You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ti...@apache.org on 2019/12/26 06:36:24 UTC

[servicecomb-kie] branch master updated: fix 404 when visit apiDoc (#56)

This is an automated email from the ASF dual-hosted git repository.

tianxiaoliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-kie.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a0357b  fix 404 when visit apiDoc (#56)
4a0357b is described below

commit 4a0357bcb4a30a440aee5d04e8419ece3037278d
Author: GuoYL <53...@users.noreply.github.com>
AuthorDate: Thu Dec 26 14:36:16 2019 +0800

    fix 404 when visit apiDoc (#56)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 81f9c15..e2fa97a 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ this will generate a "servicecomb-kie-0.0.1-linux-amd64.tar" in "release" folder
 and a docker image "servicecomb/kie:0.0.1"
 
 # API Doc
-After you launch kie server, you can browse API doc in http://127.0.0.1:30110/apidocs, 
+After you launch kie server, you can browse API doc in http://127.0.0.1:30110/apidocs.json, 
 copy this doc to http://editor.swagger.io/
 # Documentations
 https://servicecomb.apache.org/docs/users/