diff options
author | 2023-07-20 09:15:41 +0000 | |
---|---|---|
committer | 2023-07-20 09:15:41 +0000 | |
commit | d447e23f0d09d7e2835d160c665a42bdea66bdd5 (patch) | |
tree | 10645008f13151885f6979c9dcc21df079ece4e8 /openapi/src | |
parent | a29488d0f476eae0a7821026ded3cf538256757b (diff) |
Update preferences openapi generator dependency
Issue-ID: PORTALNG-19
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ieb1d895db5cd7e4436de19264df2bbd2d6324d4c
Diffstat (limited to 'openapi/src')
-rw-r--r-- | openapi/src/main/resources/api/api.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/openapi/src/main/resources/api/api.yml b/openapi/src/main/resources/api/api.yml index e578911..db599b1 100644 --- a/openapi/src/main/resources/api/api.yml +++ b/openapi/src/main/resources/api/api.yml @@ -3,11 +3,7 @@ info: title: Config API version: '1.0' servers: - - url: 'http://localhost:9001/{base}' - variables: - base: - default: 'portal-prefs' - description: Basepath + - url: 'http://localhost:9001/' paths: /v1/preferences: get: |