Browse Source

Better support for SlimPHP

Maurits van der Schee 5 years ago
parent
commit
b3d7886092
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -70,6 +70,7 @@ These are all the configuration options and their default value between brackets
70 70
 - "cachePath": Path/address of the cache (defaults to system's temp directory)
71 71
 - "cacheTime": Number of seconds the cache is valid (`10`)
72 72
 - "debug": Show errors in the "X-Debug-Info" header (`false`)
73
+- "basePath": URI base path of the API (determined using PATH_INFO by default)
73 74
 
74 75
 ## Limitations
75 76
 

Loading…
Cancel
Save