Add a temporary test controller to test gammu adaper easily

This commit is contained in:
osaajani 2020-01-12 00:50:54 +01:00
parent 7c1749ebf3
commit 7d46c27a0d
2 changed files with 71 additions and 0 deletions

View file

@ -183,6 +183,10 @@
'Callback' => [
'update_sended_status' => '/callback/status/{adapter_name}/',
],
'Test' => [
'test' => '/test/{id_phone}/',
],
);
define('ROUTES', $routes);