summaryrefslogtreecommitdiffstats
path: root/cds-ui/server/src/controllers/index.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-12 13:00:15 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-12 13:00:15 +0000
commit132919b18a3d0c66b4cd86ba56144f51edba8b7b (patch)
tree7e6b95da952942370bc8aea426f6382ce8c416ea /cds-ui/server/src/controllers/index.ts
parent8055cf0081b832df4a7f8598d8196d8f2f3992d7 (diff)
parentebbafcac64d3dadf3abc380f091ccc368386af34 (diff)
Merge "Resource Dictionary Loopback integration"
Diffstat (limited to 'cds-ui/server/src/controllers/index.ts')
-rw-r--r--cds-ui/server/src/controllers/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/server/src/controllers/index.ts b/cds-ui/server/src/controllers/index.ts
index bf2bd6fb7..59f635149 100644
--- a/cds-ui/server/src/controllers/index.ts
+++ b/cds-ui/server/src/controllers/index.ts
@@ -20,3 +20,4 @@ limitations under the License.
*/
export * from './ping.controller';
+export * from './data-dictionary.controller';