mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 06:07:49 +08:00
update
This commit is contained in:
@ -61,8 +61,6 @@ Route::prefix('v1')
|
||||
->group(function () {
|
||||
// User
|
||||
Route::get ('resetSecurity', 'UserController@resetSecurity');
|
||||
Route::get ('dashboard', 'UserController@dashboard');
|
||||
Route::get ('subscribe', 'UserController@subscribe');
|
||||
Route::get ('logout', 'UserController@logout');
|
||||
Route::get ('info', 'UserController@info');
|
||||
Route::post('changePassword', 'UserController@changePassword');
|
||||
|
Reference in New Issue
Block a user