Skip to content

Commit 9130f25

Browse files
committed
update
1 parent f162331 commit 9130f25

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/index.php

-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
'password' => 'php-crud-api',
1818
'database' => 'php-crud-api',
1919
// 'debug' => false
20-
'customization.beforeHandler' => function ($operation, $tableName, $request, $environment) {
21-
$param = $request->getQueryParams();
22-
$param["filter"] = "field1,eq,value1";
23-
return $request->withQueryParams($param);
24-
}
25-
2620
]);
2721
$request = RequestFactory::fromGlobals();
2822
$api = new Api($config);

0 commit comments

Comments
 (0)