我是直接訪問http://127.0.0.1:8787/login 顯示404 是哪里操作不對嗎
Route::any('/login', [app\index\controller\Index::class, 'login']);
謝謝您了