Basic user management
This commit is contained in:
@@ -1,15 +1,3 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
use Inertia\Inertia;
|
||||
|
||||
|
||||
Route::get('/', ['TestController', 'index']);
|
||||
|
||||
|
||||
|
||||
Route::get('/inertia', function () {
|
||||
return Inertia::render('Pages/Home', [
|
||||
'appName' => config('app.name'),
|
||||
]);
|
||||
});
|
||||
require __DIR__.'/../app/Domains/UserManagement/Routes/api.php';
|
||||
|
||||
Reference in New Issue
Block a user