Skip to content

Commit

Permalink
Remove trailing slash from OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed Jul 30, 2023
1 parent 28612bb commit f4b53a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ paths:
summary: Write content to a file at the given path
servers:
- description: Local development
url: http://localhost:3000/
url: http://localhost:3000
2 changes: 1 addition & 1 deletion tsoa.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"spec": {
"servers": [
{
"url": "http://localhost:3000/",
"url": "http://localhost:3000",
"description": "Local development"
}
]
Expand Down

0 comments on commit f4b53a3

Please sign in to comment.