This commit is contained in:
jhx
2022-07-06 15:31:54 +08:00
parent deaef05e01
commit a4c6f6b752
8 changed files with 2505 additions and 17 deletions
+2
View File
@@ -19,6 +19,8 @@ Route::any('/', [\app\controller\Index::class, 'index']);
Route::any('/check[/{ip}]', [\app\controller\Index::class, 'index']);
Route::any('/location[/{ip}]', [\app\controller\Index::class, 'location']);