This commit is contained in:
jhx
2022-08-30 11:18:07 +08:00
parent 1689dfffe9
commit e367f4b8d1
5 changed files with 659 additions and 2 deletions
+2
View File
@@ -22,6 +22,8 @@ Route::any('/check[/{ip}]', [\app\controller\Index::class, 'index']);
Route::any('/location[/{ip}]', [\app\controller\Index::class, 'location']);
Route::any('/tl', [\app\controller\Index::class, 'translate']);