Merge branch 'develop' into feature/PTDL-472
This commit is contained in:
commit
b7b046c044
24 changed files with 672 additions and 82 deletions
|
@ -75,5 +75,5 @@ Route::group(['prefix' => 'account/security'], function () {
|
|||
|
||||
Route::post('/totp', 'SecurityController@setTotp');
|
||||
|
||||
Route::delete('/api/security/totp', 'SecurityController@disableTotp');
|
||||
Route::delete('/totp', 'SecurityController@disableTotp');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue