Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee committed May 18, 2021
1 parent b01faa1 commit be7946e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api.php
Expand Up @@ -12005,7 +12005,6 @@ public static function toString(ResponseInterface $response): string
'password' => 'php-crud-api',
'database' => 'php-crud-api',
// 'debug' => false
'controllers' => 'records,status,columns,openapi'
]);
$request = RequestFactory::fromGlobals();
$api = new Api($config);
Expand Down
1 change: 0 additions & 1 deletion src/index.php
Expand Up @@ -17,7 +17,6 @@
'password' => 'php-crud-api',
'database' => 'php-crud-api',
// 'debug' => false
'controllers' => 'records,status,columns,openapi'
]);
$request = RequestFactory::fromGlobals();
$api = new Api($config);
Expand Down

0 comments on commit be7946e

Please sign in to comment.