Get the base email update working through the API.
Still going to need to determine the best course of action to update the token on the client side.
This commit is contained in:
parent
14927c3e7e
commit
b8b9acd0e6
4 changed files with 87 additions and 1 deletions
|
@ -14,6 +14,7 @@ Route::get('/', 'ClientController@index')->name('api.client.index');
|
|||
|
||||
Route::group(['prefix' => '/account'], function () {
|
||||
Route::get('/', 'AccountController@index')->name('api.client.account');
|
||||
|
||||
Route::put('/email', 'AccountController@updateEmail')->name('api.client.account.update-email');
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue