Browse Source

update readme.md

master
Savorboard 6 years ago
parent
commit
11abd6dccb
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      README.md
  2. +2
    -0
      README.zh-cn.md

+ 2
- 0
README.md View File

@@ -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)


+ 2
- 0
README.zh-cn.md View File

@@ -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)


Loading…
Cancel
Save