Skip to content

Commit

Permalink
chore: add mock server url
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAnansky committed Jul 12, 2024
1 parent ced78a0 commit 539b492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
name: MIT
url: "https://opensource.org/license/mit/"
servers:
- url: "https://api.fake-museum-example.com/v1.1"
- url: https://redocly.com/_mock/docs/openapi/museum-api/

Check failure on line 14 in openapi.yaml

View workflow job for this annotation

GitHub Actions / build

no-server-trailing-slash

Server `url` should not have a trailing slash.

Check failure on line 14 in openapi.yaml

View workflow job for this annotation

GitHub Actions / build

no-server-trailing-slash

Server `url` should not have a trailing slash.
paths:
/museum-hours:
get:
Expand Down

0 comments on commit 539b492

Please sign in to comment.