create notification bruno request and move some routes

This commit is contained in:
2025-12-17 14:32:01 +01:00
parent 090db4205a
commit 7390ae6116
21 changed files with 113 additions and 37 deletions
+1
View File
@@ -23,5 +23,6 @@ class AppServiceProvider extends ServiceProvider
Route::middleware('api')->prefix('api')->group(base_path('routes/users.php'));
Route::middleware('api')->prefix('api')->group(base_path('routes/auth.php'));
Route::middleware('api')->prefix('api')->group(base_path('routes/events.php'));
Route::middleware('api')->prefix('api')->group(base_path('routes/notifications.php'));
}
}