diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-09 09:21:57 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-09 09:21:57 +0800 |
commit | 2c059b3d6cb284a85fe71c7fe5364bef80d359ae (patch) | |
tree | 282aac9d747173ae9108a80a6e972d40084f14f7 /res/res/resources/swagger.json | |
parent | e5a20f4ceb607d847a3b5c342733ef9e2663e22c (diff) |
Remove vfc-gvnfm-vnfres openo labels
As the seed code comes from openo, there are many
openo labels in vfc-gvnfm-vnfres, for example, in
the Rest URL, now remove the openo labels.
Change-Id: Ic624dde2d920ef83d1c9b50703d0e424d4af80d2
Issue-ID: VFC-85
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'res/res/resources/swagger.json')
-rw-r--r-- | res/res/resources/swagger.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res/resources/swagger.json b/res/res/resources/swagger.json index 61d00e4..47dccc8 100644 --- a/res/res/resources/swagger.json +++ b/res/res/resources/swagger.json @@ -5,7 +5,7 @@ "title": "ZTE vManager Service rest API" }, "host": "10.43.104.27:8000", - "basePath": "/openoapi/vnfres/v1", + "basePath": "/api/vnfres/v1", "tags": [ { "name": "res Resource" |