fix sidataprod base URL and routes

This commit is contained in:
2026-09-06 11:20:19 +07:00
parent 96619ca480
commit eccb3ba750
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class RouteServiceProvider extends ServiceProvider
*
* @var string
*/
public const HOME = '/sidata/home';
public const HOME = '/sidataprod/home';
/**
* The controller namespace for the application.