Created new API test

This commit is contained in:
Alejandro Celaya
2019-01-27 12:35:00 +01:00
parent 05c7672de3
commit d6a7a6ce66
5 changed files with 107 additions and 6 deletions

View File

@@ -14,6 +14,13 @@ return [
'debug' => true,
ConfigAggregator::ENABLE_CACHE => false,
'url_shortener' => [
'domain' => [
'schema' => 'http',
'hostname' => 'doma.in',
],
],
'zend-expressive-swoole' => [
'swoole-http-server' => [
'port' => 9999,