Skip to content

Commit be7946e

Browse files
committed
update
1 parent b01faa1 commit be7946e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

api.php

-1
Original file line numberDiff line numberDiff line change
@@ -12005,7 +12005,6 @@ public static function toString(ResponseInterface $response): string
1200512005
'password' => 'php-crud-api',
1200612006
'database' => 'php-crud-api',
1200712007
// 'debug' => false
12008-
'controllers' => 'records,status,columns,openapi'
1200912008
]);
1201012009
$request = RequestFactory::fromGlobals();
1201112010
$api = new Api($config);

src/index.php

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
'password' => 'php-crud-api',
1818
'database' => 'php-crud-api',
1919
// 'debug' => false
20-
'controllers' => 'records,status,columns,openapi'
2120
]);
2221
$request = RequestFactory::fromGlobals();
2322
$api = new Api($config);

0 commit comments

Comments
 (0)