Skip to content

Commit deeba13

Browse files
committed
add tables config
1 parent 56c80c0 commit deeba13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
'username' => 'php-crud-api',
1414
'password' => 'php-crud-api',
1515
'database' => 'php-crud-api',
16+
'controllers' => 'records,columns'
1617
]);
1718
$request = RequestFactory::fromGlobals();
1819
$api = new Api($config);

0 commit comments

Comments
 (0)