Skip to content

Commit

Permalink
fix(docs): fix typo in OpenAPI specification (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinanielsen authored Dec 19, 2023
1 parent aad1c69 commit 793a423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -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.",
Expand Down

0 comments on commit 793a423

Please sign in to comment.