mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 06:46:25 +02:00
Add base of api for listing, need to add sending of a message
This commit is contained in:
parent
4efccf4c2f
commit
3a3ed4f998
2 changed files with 159 additions and 0 deletions
|
@ -183,6 +183,13 @@
|
|||
'Callback' => [
|
||||
'update_sended_status' => '/callback/status/{adapter_name}/',
|
||||
],
|
||||
|
||||
'Api' => [
|
||||
'get_entries' => [
|
||||
'/api/list/{entry_type}/',
|
||||
'/api/list/{entry_type}/{page}/',
|
||||
],
|
||||
],
|
||||
);
|
||||
|
||||
define('ROUTES', $routes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue