Add api key to user, add status update support, add other things i dont remember at 2am...

This commit is contained in:
osaajani 2020-01-08 02:14:38 +01:00
parent 193dd00c1e
commit fb6abb4d91
14 changed files with 323 additions and 8 deletions

View file

@ -18,6 +18,7 @@
'update_password' => '/account/update_password/{csrf}/',
'update_transfer' => '/account/update_transfer/{csrf}/',
'update_email' => '/account/update_email/{csrf}/',
'update_api_key' => '/account/update_api_key/{csrf}/',
'delete' => '/account/delete/{csrf}/',
'logout' => '/logout/',
],
@ -178,6 +179,10 @@
'edit' => '/webhook/edit/',
'update' => '/webhook/update/{csrf}/',
],
'Callback' => [
'update_sended_status' => '/callback/status/{adapter_name}/',
],
);
define('ROUTES', $routes);