Skip to content

Commit d58287a

Browse files
cmoutafidisdannweeeee
authored andcommitted
Fix price trailing slash
1 parent 076839f commit d58287a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/price-api/price.api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import Heading from "@theme/Heading";
2828

2929
<MethodEndpoint
3030
method={"get"}
31-
path={"/"}
31+
path={""}
3232
context={"endpoint"}
3333
>
3434

openapi/price.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ servers:
1616
description: Paid tier API endpoint with higher rate limits to be used with an API Key
1717

1818
paths:
19-
/:
19+
"":
2020
get:
2121
summary: price
2222
description: |

0 commit comments

Comments
 (0)