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