PLA now starts at the root of the HTML request, favicon setup

This commit is contained in:
Deon George
2023-01-27 16:29:02 +11:00
parent d0242ce3d8
commit 58e171aea1
7 changed files with 8 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ class RouteServiceProvider extends ServiceProvider
*
* @var string
*/
public const HOME = '/home';
public const HOME = '/';
/**
* The controller namespace for the application.