diff --git a/static/openapi.json b/static/openapi.json index 5efcd10..0674aa5 100644 --- a/static/openapi.json +++ b/static/openapi.json @@ -194,7 +194,7 @@ } } }, - "/api/cdn/download/image/{fileName}": { + "/api/cdn/download/images/{fileName}": { "get": { "summary": "Retrieve image.", "description": "Retrieve the image requested from the CDN.", @@ -220,7 +220,7 @@ } } }, - "/api/cdn/download/doc/{fileName}": { + "/api/cdn/download/docs/{fileName}": { "get": { "summary": "Retrieve doc.", "description": "Retrieve the doc requested from the CDN.",