mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
update
This commit is contained in:
@ -104,6 +104,7 @@ Route::prefix('v1')
|
||||
Route::get ('subscribe', 'ClientController@subscribe');
|
||||
// App
|
||||
Route::get ('app/data', 'AppController@data');
|
||||
Route::get ('app/config', 'AppController@config');
|
||||
});
|
||||
// Server
|
||||
Route::prefix('server')
|
||||
|
Reference in New Issue
Block a user