aboutsummaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js
diff options
context:
space:
mode:
Diffstat (limited to 'dcae_dmaapbc_webapp/dbca-os/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js')
-rw-r--r--dcae_dmaapbc_webapp/dbca-os/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js b/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js
new file mode 100644
index 0000000..9009d7c
--- /dev/null
+++ b/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js
@@ -0,0 +1,5 @@
+appDS2.factory('PostService', function ($http, $q) {
+ return {
+ // Trivial file to silence 404 errors in browser.
+ };
+});