This commit is contained in:
2024-06-21 20:30:44 +08:00
parent ea68301ae2
commit 60e0273d25
8 changed files with 205 additions and 72 deletions
+2
View File
@@ -27,6 +27,8 @@ Route::any('/test', function ($request) {
});
Route::any('/login/logout', [app\controller\IndexController::class, 'logout']);
Route::any('/logout.php', [app\controller\IndexController::class, 'logout']);
Route::any('/login/switchtor', [app\controller\IndexController::class, 'tor']);
Route::any('/dl/{id}/{way}', [app\controller\IndexController::class, 'download']);
Route::any('/zlibproxy/check', [app\controller\File::class, 'check'])->middleware([