17 nov 2018
This commit is contained in:
parent
0c9a118281
commit
765d6a2f6b
52 changed files with 3200 additions and 229 deletions
|
|
@ -17,4 +17,6 @@ Route::post('login', 'API\UserController@login');
|
|||
Route::group(['middleware' => 'auth:api'], function(){
|
||||
Route::post('details', 'API\UserController@details');
|
||||
Route::post('draft/{action}', 'API\DraftController@draft');
|
||||
Route::post('load/{action}', 'API\LoaderController@load');
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue