mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Add api key to user, add status update support, add other things i dont remember at 2am...
This commit is contained in:
parent
193dd00c1e
commit
fb6abb4d91
14 changed files with 323 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue