mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-16 14:00:56 +08:00
5 lines
131 B
PHP
5 lines
131 B
PHP
<?php
|
|
use Illuminate\Support\Facades\Route;
|
|
|
|
Route::get('announce', [\App\Http\Controllers\TrackerController::class, 'announce']);
|