From 889c373ff9959adf3bf288791571588d3034735f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 3 Oct 2020 17:02:51 -0500 Subject: [PATCH] =?UTF-8?q?fix(api-docs):=20=F0=9F=90=9B=20update=20encodi?= =?UTF-8?q?ng=20of=20dev=20URLS=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref https://github.com/swagger-api/swagger-ui/issues/6463#issuecomment-703169810 --- api-docs.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs.env b/api-docs.env index 6291e3b18..f9971c339 100644 --- a/api-docs.env +++ b/api-docs.env @@ -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 \ No newline at end of file