mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
5 lines
130 B
PHP
5 lines
130 B
PHP
|
|
<?php
|
||
|
|
use Illuminate\Support\Facades\Route;
|
||
|
|
|
||
|
|
Route::get("/sse", [\App\Http\Controllers\ServerSendEventController::class, "sse"]);
|