This commit is contained in:
root 2020-01-29 16:42:47 +08:00
parent 7cb5eb03b9
commit 7fc34fa2b8
2 changed files with 1 additions and 2 deletions

2
public/umi.js vendored

File diff suppressed because one or more lines are too long

View File

@ -36,7 +36,6 @@ Route::prefix('v1')
$ctrl = \App::make("\\App\\Http\\Controllers\\User\\" . ucfirst($class) . "Controller");
return \App::call([$ctrl, $action]);
});
Route::get('server/log/fetch', 'User\\ServerController@logFetch');
});
// Passport