Browse Source

Some GeoJSON works

Maurits van der Schee 5 years ago
parent
commit
8d47df797c
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/index.php

+ 0
- 1
src/index.php View File

@@ -10,7 +10,6 @@ $config = new Config([
10 10
     'username' => 'php-crud-api',
11 11
     'password' => 'php-crud-api',
12 12
     'database' => 'php-crud-api',
13
-    'controllers' => 'openapi,records,geojson',
14 13
 ]);
15 14
 $request = RequestFactory::fromGlobals();
16 15
 $api = new Api($config);

Loading…
Cancel
Save