diff options
author | Michael Lando <ml636r@att.com> | 2017-07-30 14:12:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-07-30 14:12:23 +0000 |
commit | 9ce1c9cce49d3aeeca1f34f3d798f3f8a7ba9ede (patch) | |
tree | a05d400912f401c0f6c6041fe4fa3a082c1c730e /openecomp-ui | |
parent | 70d01e39a339ca0e68ec3a9626267314ebda5637 (diff) | |
parent | 37aa0d4a3452a9bcf41fc75cae459913d4cd0aa9 (diff) |
Merge "[SDC] Add proper FE healthcheck for OnBoard"
Diffstat (limited to 'openecomp-ui')
-rw-r--r-- | openecomp-ui/gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-ui/gulpfile.js b/openecomp-ui/gulpfile.js index 2be71f30f3..68fd253346 100644 --- a/openecomp-ui/gulpfile.js +++ b/openecomp-ui/gulpfile.js @@ -33,7 +33,7 @@ const path = { svgSrc: './resources/images/svg/*.svg', appinf: './webapp-onboarding/**/*.*', jetty: './webapp-onboarding/WEB-INF/jetty-web.xml', - healthCheckInput: './external-resources/healthcheck/v1.0/healthcheck.json', + healthCheckInput: './external-resources/healthcheck/healthcheck.json', srcDir: './src/', // output output: dist, |