Add (tint)

This commit is contained in:
2023-11-21 01:22:06 +08:00
parent e4bab8dcec
commit 84c68b2c0c
43 changed files with 257 additions and 143 deletions

View File

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