We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e224057 commit 3161ca4Copy full SHA for 3161ca4
api.php
@@ -10492,6 +10492,7 @@ public static function getOperation(ServerRequestInterface $request): string
10492
return 'document';
10493
case 'columns':
10494
return $method == 'get' ? 'reflect' : 'remodel';
10495
+ case 'geojson':
10496
case 'records':
10497
switch ($method) {
10498
case 'POST':
src/Tqdev/PhpCrudApi/RequestUtils.php
@@ -48,6 +48,7 @@ public static function getOperation(ServerRequestInterface $request): string
48
49
50
51
52
53
54
0 commit comments