Enabled registering through the API
This commit is contained in:
parent
6aafb9154d
commit
b9bbec8d9d
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ Route::group(['middleware' => 'api', 'prefix' => 'api/v1'], function()
|
|||
{
|
||||
Route::get('ping', 'ClientApiController@ping');
|
||||
Route::post('login', 'AccountApiController@login');
|
||||
Route::get('register', 'AccountApiController@register');
|
||||
Route::post('register', 'AccountApiController@register');
|
||||
Route::get('static', 'AccountApiController@getStaticData');
|
||||
Route::get('accounts', 'AccountApiController@show');
|
||||
Route::put('accounts', 'AccountApiController@update');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue