update
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
use Webman\Route;
|
||||
|
||||
Route::any('/', [\app\controller\Index::class, 'index']);
|
||||
Route::any('/test', [\app\controller\Index::class, 'test']);
|
||||
|
||||
|
||||
Route::any('/check[/{ip}]', [\app\controller\Index::class, 'index']);
|
||||
|
||||
Reference in New Issue
Block a user