Skip to content

Commit

Permalink
Merge pull request #777 from SK1Y101/fix-openapi
Browse files Browse the repository at this point in the history
Update OpenAPI URL with correct location
  • Loading branch information
sparkiegeek authored Mar 30, 2023
2 parents 1310b82 + aa36912 commit a0b9436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def api():
# https://docs.google.com/document/d/1vCdC7BV53ncOTpWHd2nX5NbwvUH5fDwy-RQGlWpWhXk/edit
definition_url = (
"https://raw.githubusercontent.com"
"/maas/maas-openapi-yaml/main/openapi2.yaml"
"/maas/maas-openapi-yaml/main/openapi.yaml"
)
definition = read_yaml_from_url(definition_url, openapi_session)
openapi = parse_openapi(definition)
Expand Down

0 comments on commit a0b9436

Please sign in to comment.