Merge pull request #270 from ex-hentai/patch-1

fix router script entrance
This commit is contained in:
xiaomlove
2024-09-01 16:34:47 +08:00
committed by GitHub
+1 -1
View File
@@ -18,4 +18,4 @@ if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
return false;
}
require_once __DIR__.'/public/index.php';
require_once __DIR__.'/public/nexus.php';