Skip to content

Commit

Permalink
feat: move "basePath" /qod/v0 to "url"-property
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Jan 5, 2024
1 parent f0003ca commit e4ce250
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/API_definitions/qod-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,11 @@ externalDocs:
security:
- oAuth2ClientCredentials: []
servers:
- url: "{apiRoot}/{basePath}"
- url: "{apiRoot}/qod/v0"
variables:
apiRoot:
default: http://localhost:9091
description: API root
basePath:
default: qod/v0
description: Base path for the QoD API
tags:
- name: QoS Sessions
description: Manage QoS sessions
Expand Down

0 comments on commit e4ce250

Please sign in to comment.