This commit is contained in:
2026-02-21 09:54:56 +08:00
parent 843f5bfab9
commit 3d7f508a6b

View File

@@ -26,6 +26,7 @@ class RouteServiceProvider extends ServiceProvider
{
$this->mapApiRoutes();
$this->mapWebRoutes();
$this->mapAdminRoutes();
}
/**