Add (ai gen)

This commit is contained in:
2023-10-01 00:35:27 +08:00
parent 645d0f1d02
commit f02081e30c
79 changed files with 4816 additions and 1041 deletions

View File

@@ -29,6 +29,11 @@ public function boot(): void
});
$this->routes(function () {
Route::middleware('web')
->prefix('tests')
->group(base_path('routes/tests.php'));
Route::middleware('api')
->prefix('api')
->group(base_path('routes/api.php'));