wip
This commit is contained in:
@@ -51,8 +51,6 @@ Route::get('/about', function () {
|
||||
=============================
|
||||
*/
|
||||
|
||||
Route::get('/weather',[WeatherController::class, 'index'])->name('weather');
|
||||
|
||||
|
||||
Route::middleware(['auth:sanctum', 'verified'])->prefix('dashboard')->namespace('Admin')->group(function() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user