This commit is contained in:
root
2019-12-10 09:53:34 +08:00
parent 80f902f7d0
commit 05e2ae94aa
3 changed files with 68 additions and 14 deletions

View File

@ -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')