UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / src / main / webapp / app / fusion / scripts / DS2-services / postSearch.js
diff --git a/ui/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js b/ui/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js
new file mode 100644 (file)
index 0000000..d3dac85
--- /dev/null
@@ -0,0 +1,5 @@
+appDS2.factory('PostService', function($http, $q) {
+    return {
+
+    };
+});