mirror of
https://github.com/v2board/v2board.git
synced 2025-02-24 22:30:29 +08:00
update
This commit is contained in:
parent
aa07facebd
commit
7211568031
@ -81,6 +81,7 @@ Route::prefix('v1')
|
||||
// Notice
|
||||
Route::get ('notice', 'NoticeController@index');
|
||||
// Ticket
|
||||
Route::get ('ticket', 'TicketController@index');
|
||||
Route::post('ticket/save', 'TicketController@save');
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user