summaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorJosephKeenan <joseph.keenan@est.tech>2021-08-31 15:57:56 +0100
committerJosephKeenan <joseph.keenan@est.tech>2021-08-31 16:09:46 +0100
commite935cd2996e17cdac92904802fca0a7382fbdc7a (patch)
treee600e6727d878373b405f86a406c66f47e96e69a /src/main
parent73d38f489970c344a859863f728cf93bc198aff7 (diff)
CPS-617 - DMI base path does not conform to agreed API URL
-Modified dmi-base-path from /dmi/api to /dmi in src/main/resources/application.yml & src/test/resources/application/yml Issue-ID: CPS-617 Signed-off-by: JosephKeenan <joseph.keenan@est.tech> Change-Id: Ic4e76731ee44abb6e6f260d7c8adb1023ebe4e34
Diffstat (limited to 'src/main')
-rw-r--r--src/main/resources/application.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 47b80786..10297e76 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -26,7 +26,7 @@ dmi:
rest:
api:
- dmi-base-path: /dmi/api
+ dmi-base-path: /dmi
security:
permit-uri: /manage/**,/swagger-ui/**,/swagger-resources/**,/v3/api-docs