diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-02-13 16:04:12 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-02-13 16:04:12 +0530 |
commit | dc2733ab571ec3c00789ef1f6920fd63f891bfbb (patch) | |
tree | 6df98c9bbb6734ca1b2fefd3d44dd8c338e9739c /common/src/main/webapp/usageguide/appserver | |
parent | a02619187209a2cd029983de5f30ca3a4b9fff09 (diff) |
Added readme for the usage guide
Issue Fix of the CLIENT_GUI.
Issue-Id : CLIENT-163
Change-Id: I252ea82f2fd6a0c80bea4180310affdb01d66741
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'common/src/main/webapp/usageguide/appserver')
-rw-r--r-- | common/src/main/webapp/usageguide/appserver/server.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/main/webapp/usageguide/appserver/server.js b/common/src/main/webapp/usageguide/appserver/server.js index f7574e02..019b9f37 100644 --- a/common/src/main/webapp/usageguide/appserver/server.js +++ b/common/src/main/webapp/usageguide/appserver/server.js @@ -33,7 +33,7 @@ app.use(function(req, res, next) { next();
});
//app.use(express.static(path.join(__dirname, '../' , 'browser')));
-app.use(express.static(path.join(__dirname, '../../../', 'common')));
+app.use(express.static(path.join(__dirname, '../../../', 'webapp')));
app.use(express.static(path.join(__dirname, '../' , 'browser')));
// Routes
|