summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--src/main/resources/application.yml2
-rw-r--r--src/test/resources/application.yml2
2 files changed, 2 insertions, 2 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
diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml
index b7c5bab9..e8ca3d01 100644
--- a/src/test/resources/application.yml
+++ b/src/test/resources/application.yml
@@ -18,7 +18,7 @@
rest:
api:
- dmi-base-path: /dmi/api
+ dmi-base-path: /dmi
security:
auth: