mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 12:37:54 +08:00
update
This commit is contained in:
@ -47,6 +47,7 @@ Route::prefix('v1')
|
||||
// Notice
|
||||
Route::get ('notice', 'Admin\\NoticeController@index');
|
||||
Route::post('notice/save', 'Admin\\NoticeController@save');
|
||||
Route::post('notice/update', 'Admin\\NoticeController@update');
|
||||
});
|
||||
// User
|
||||
Route::prefix('user')
|
||||
|
Reference in New Issue
Block a user