Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 24e547f

Browse files
committed
🚑 fixed broken routes
1 parent e501227 commit 24e547f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
| Require app routes.
118118
|
119119
*/
120-
require dirname(__DIR__) . '/App/Routes/index.php';
120+
require dirname(__DIR__) . '/app/routes/index.php';
121121

122122
/*
123123
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)