From 2762277c60db7df5ad3214b10a0dd93d4f2f1128 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Fri, 10 Mar 2017 08:53:44 +0000
Subject: [PATCH] #3527 feature - Added more features to angular2 version

---
 securis/src/main/webapp/bs-config.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/bs-config.json b/securis/src/main/webapp/bs-config.json
index da69f66..f04b023 100644
--- a/securis/src/main/webapp/bs-config.json
+++ b/securis/src/main/webapp/bs-config.json
@@ -2,7 +2,8 @@
   "server": {
     "baseDir": "",
     "routes": {
-      "/node_modules": "node_modules"
+      "/node_modules": "node_modules",
+      "/assets": "assets"
     }
   }
 }

--
Gitblit v1.3.2