Add (lqip)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
use App\Models\Post;
|
||||
use App\Models\Author;
|
||||
use App\Models\Category;
|
||||
use App\Models\CountryLocale;
|
||||
use App\Models\Post;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
/*
|
||||
@@ -30,7 +30,6 @@
|
||||
|
||||
})->name('api.admin.post.get');
|
||||
|
||||
|
||||
Route::get('/country-locales', function () {
|
||||
$country_locales = CountryLocale::where('enabled', true)->get();
|
||||
$default_locale_slug = 'my';
|
||||
|
||||
Reference in New Issue
Block a user