Skip to content

Commit b947c3e

Browse files
committed
small cleanup
1 parent e02ad34 commit b947c3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api.include.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11822,7 +11822,7 @@ class Config
1182211822
'command' => '',
1182311823
'tables' => 'all',
1182411824
'mapping' => '',
11825-
'middlewares' => 'cors,errors',
11825+
'middlewares' => 'cors',
1182611826
'controllers' => 'records,geojson,openapi,status',
1182711827
'customControllers' => '',
1182811828
'customOpenApiBuilders' => '',

api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11822,7 +11822,7 @@ class Config
1182211822
'command' => '',
1182311823
'tables' => 'all',
1182411824
'mapping' => '',
11825-
'middlewares' => 'cors,errors',
11825+
'middlewares' => 'cors',
1182611826
'controllers' => 'records,geojson,openapi,status',
1182711827
'customControllers' => '',
1182811828
'customOpenApiBuilders' => '',

0 commit comments

Comments
 (0)