diff --git a/static/api-doc/resources/templates b/static/api-doc/resources/templates index 619ce821..eb539732 100644 --- a/static/api-doc/resources/templates +++ b/static/api-doc/resources/templates @@ -1,8 +1,8 @@ { "apiVersion": null, "swaggerVersion": "1.2", - "basePath": "/api", - "resourcePath": "/templates", + "basePath": "http://localhost:3333/api", + "resourcePath": "/templates/", "produces": [ "application/json" ], @@ -191,6 +191,9 @@ }, "html": { "type": "string" + }, + "text": { + "type" : "string" } } }