finish oauth provider + docker service wait for MySQL

This commit is contained in:
xiaomlove
2025-05-01 14:18:30 +07:00
parent cc89e8aa59
commit af33e5cba7
26 changed files with 450 additions and 41 deletions

View File

@@ -17,6 +17,8 @@ Route::get('/', function () {
return redirect('index.php');
});
Route::get("/error", [\App\Http\Controllers\ToolController::class, "error"]);
Route::group(['prefix' => 'web', 'middleware' => ['auth.nexus:nexus-web']], function () {
Route::get('torrent-approval-page', [\App\Http\Controllers\TorrentController::class, 'approvalPage']);
Route::get('torrent-approval-logs', [\App\Http\Controllers\TorrentController::class, 'approvalLogs']);