mirror of
https://github.com/v2board/v2board.git
synced 2024-11-14 07:29:13 +08:00
update
This commit is contained in:
parent
7cb5eb03b9
commit
7fc34fa2b8
2
public/umi.js
vendored
2
public/umi.js
vendored
File diff suppressed because one or more lines are too long
@ -36,7 +36,6 @@ Route::prefix('v1')
|
|||||||
$ctrl = \App::make("\\App\\Http\\Controllers\\User\\" . ucfirst($class) . "Controller");
|
$ctrl = \App::make("\\App\\Http\\Controllers\\User\\" . ucfirst($class) . "Controller");
|
||||||
return \App::call([$ctrl, $action]);
|
return \App::call([$ctrl, $action]);
|
||||||
});
|
});
|
||||||
Route::get('server/log/fetch', 'User\\ServerController@logFetch');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Passport
|
// Passport
|
||||||
|
Loading…
Reference in New Issue
Block a user