Fixed issue with badly parsed characters for OpenAPI

This commit is contained in:
frikky
2021-06-09 06:06:18 +02:00
parent 5b3c4b7db1
commit 1dddcb5dfc
7 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -970,7 +970,7 @@ const AppCreator = (props) => {
const basePath = "/"+(splitBase.slice(3, )).join("/")
const data = {
"swagger": "3.0",
"openapi": "3.0",
"info": {
"title": name,
"description": description,