Skip to content

Commit cb3ad88

Browse files
authored
Fix double slash in server URL
Removed final slash on server URLs (both EU and US) so that endpoint URLs don't have a double slash.
1 parent 6b94cea commit cb3ad88

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

api-docs/openapi_v1.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
"version": "1.3.1"
77
},
88
"servers": [
9-
{ "url": "https://reporting.cloud.soda.io/v1/", "description": "Cloud EU" },
9+
{ "url": "https://reporting.cloud.soda.io/v1", "description": "Cloud EU" },
1010
{
11-
"url": "https://reporting.cloud.us.soda.io/v1/",
12-
"description": "Cloud US"
11+
"url": "https://reporting.cloud.us.soda.io/v1", "description": "Cloud US"
1312
}
1413
],
1514
"paths": {

0 commit comments

Comments
 (0)