mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(api-docs): 🐛 update encoding of dev URLS config
ref https://github.com/swagger-api/swagger-ui/issues/6463#issuecomment-703169810
This commit is contained in:
parent
ec0ee9a74b
commit
889c373ff9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
URLS="[ { url: \"http://localhost:8080/api/directory/v1/swagger.json\", name: \"Directory\" } ]"
|
||||
URLS=[ { url: 'http://localhost:8080/api/directory/v1/swagger.json', name: 'Directory' } ]
|
||||
URLS_PRIMARY_NAME=Directory
|
||||
Loading…
Reference in a new issue