Add base of api for listing, need to add sending of a message

This commit is contained in:
osaajani 2020-01-17 01:13:40 +01:00
parent 4efccf4c2f
commit 3a3ed4f998
2 changed files with 159 additions and 0 deletions

View file

@ -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);