diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c99a2c1e..f16073d5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,6 +8,10 @@ management: server: port: 8088 +spring: + webflux: + base-path: /bikube + springdoc: swagger-ui: enabled: true @@ -15,4 +19,3 @@ springdoc: axiell: url: ${COLLECTIONS_PATH_STAGE} - \ No newline at end of file