mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
plugin management + user tables and torrents table text column migrate
This commit is contained in:
4
routes/admin.php
Normal file
4
routes/admin.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get("/sse", [\App\Http\Controllers\ServerSendEventController::class, "sse"]);
|
||||
Reference in New Issue
Block a user