diff options
Diffstat (limited to 'catalog-fe/README.md')
-rw-r--r-- | catalog-fe/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/catalog-fe/README.md b/catalog-fe/README.md index 7681ca74ec..c4a25797ba 100644 --- a/catalog-fe/README.md +++ b/catalog-fe/README.md @@ -1,4 +1,6 @@ -# catalog-fe +# sdc-fe + +This maven module is named `catalog-fe` but it's deployed service is called [sdc-fe](https://git.onap.org/oom/tree/kubernetes/sdc/components/sdc-fe). ## Run the project ``` bash @@ -9,5 +11,5 @@ mvn jetty:run \ ``` You can check the following urls to ensure that it is working -- http://localhost:8080/sdc1/rest/configmgr/get +- http://localhost:8080/sdc1/rest/configmgr/get - http://localhost:8080/sdc1/proxy |