Skip to content

Commit 90d7cb8

Browse files
committed
fix(spec): use relative instead of absolute server url
1 parent 0088052 commit 90d7cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
version: 0.0.0
66

77
servers:
8-
- url: 'http://localhost:4000/api'
8+
- url: '/api'
99

1010
paths:
1111
/:

0 commit comments

Comments
 (0)