Skip to content

Commit

Permalink
Rolled back most changes, changed URL to relative /api/vo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBQu committed Nov 22, 2024
1 parent 9b08cb2 commit 29948be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/website/references/http/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@
"servers": [
{
"description": "Local DefraDB instance",
"url": "http://127.0.0.1:9181/api/v0"
"url": "/api/v0"
}
],
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion http/openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func NewOpenAPISpec() (*openapi3.T, error) {
Servers: openapi3.Servers{
&openapi3.Server{
Description: "Local DefraDB instance",
URL: "http://127.0.0.1:9181/api/v0",
URL: "/api/v0",
},
},
ExternalDocs: &openapi3.ExternalDocs{
Expand Down

0 comments on commit 29948be

Please sign in to comment.