Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit f4b53a3

Browse files
committedJul 30, 2023
Remove trailing slash from OpenAPI spec
1 parent 28612bb commit f4b53a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ paths:
131131
summary: Write content to a file at the given path
132132
servers:
133133
- description: Local development
134-
url: http://localhost:3000/
134+
url: http://localhost:3000

‎tsoa.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"spec": {
1414
"servers": [
1515
{
16-
"url": "http://localhost:3000/",
16+
"url": "http://localhost:3000",
1717
"description": "Local development"
1818
}
1919
]

0 commit comments

Comments
 (0)