mirror of
https://github.com/cupcakearmy/koa-router.git
synced 2025-09-05 15:30:39 +00:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -1,7 +1,5 @@
|
||||
# Koa Router
|
||||
|
||||
[](https://gitter.im/cupcakearmy/koa-router?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
[](https://www.npmjs.com/package/cca-koa-router)
|
||||
[]()
|
||||
[]()
|
||||
@@ -14,6 +12,12 @@ Koa Router with support for recursive nesting and regexp and dynamic urls. No de
|
||||
npm install cca-koa-router --save
|
||||
```
|
||||
|
||||
### QA
|
||||
|
||||
If you have questions:
|
||||
|
||||
[](https://gitter.im/cupcakearmy/koa-router?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
### Simple Example
|
||||
```javascript
|
||||
const
|
||||
@@ -169,4 +173,4 @@ GET /user/foo/123/view/active
|
||||
=>
|
||||
{"user":"foo","id":"123","type":"active"}
|
||||
*/
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user