From 11abd6dccb705fdfadbdb70e56cf8bf4beb189bd Mon Sep 17 00:00:00 2001 From: Savorboard Date: Sun, 8 Apr 2018 20:13:47 +0800 Subject: [PATCH] update readme.md --- README.md | 2 ++ README.zh-cn.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 14d2d09..04162cf 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,8 @@ services.AddCap(x => }); ``` +The default dashboard address is :[http://localhost:xxx/cap](http://localhost:xxx/cap) , you can also change the `cap` suffix to others with `d.MatchPath` configuration options. + ![dashboard](http://images2017.cnblogs.com/blog/250417/201710/250417-20171004220827302-189215107.png) ![received](http://images2017.cnblogs.com/blog/250417/201710/250417-20171004220934115-1107747665.png) diff --git a/README.zh-cn.md b/README.zh-cn.md index 76d18dc..1a3ef04 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -218,6 +218,8 @@ services.AddCap(x => }); ``` +仪表盘默认的访问地址是:[http://localhost:xxx/cap](http://localhost:xxx/cap),你可以在`d.MatchPath`配置项中修改`cap`路径后缀为其他的名字。 + ![dashboard](http://images2017.cnblogs.com/blog/250417/201710/250417-20171004220827302-189215107.png) ![received](http://images2017.cnblogs.com/blog/250417/201710/250417-20171004220934115-1107747665.png)