aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorSébastien Determe <sebastien.determe@intl.att.com>2019-10-01 13:10:40 +0000
committerGerrit Code Review <gerrit@onap.org>2019-10-01 13:10:40 +0000
commit200371009b84b9f6cfbd26816392a71e213dc3c5 (patch)
tree6144d1d77ca70eb82e302b95dd32b1c11f1c2af1 /src/main
parent34f3d17a70c3656e6bb7935187dd6b51efda0873 (diff)
parent841ddaaa26c0faf16353d8e22093daa2553aad57 (diff)
Merge "Add unit tests for UI"
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/org/onap/clamp/clds/config/AafConfiguration.java1
-rw-r--r--src/main/resources/META-INF/resources/swagger.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/org/onap/clamp/clds/config/AafConfiguration.java b/src/main/java/org/onap/clamp/clds/config/AafConfiguration.java
index b137378d..5bcb0c55 100644
--- a/src/main/java/org/onap/clamp/clds/config/AafConfiguration.java
+++ b/src/main/java/org/onap/clamp/clds/config/AafConfiguration.java
@@ -60,7 +60,6 @@ public class AafConfiguration {
registration.addUrlPatterns("/restservices/clds/v1/dictionary/*");
registration.addUrlPatterns("/restservices/clds/v1/user/*");
registration.addUrlPatterns("/restservices/clds/v2/loop/*");
- //registration.addUrlPatterns("*");
registration.setName("cadiFilter");
registration.setOrder(0);
return registration;
diff --git a/src/main/resources/META-INF/resources/swagger.html b/src/main/resources/META-INF/resources/swagger.html
index 49bbe0f5..17507b66 100644
--- a/src/main/resources/META-INF/resources/swagger.html
+++ b/src/main/resources/META-INF/resources/swagger.html
@@ -2388,7 +2388,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2019-09-11 13:30:19 CEST
+Last updated 2019-05-27 14:30:20 CEST
</div>
</div>
</body>