Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
coderZsq committed Nov 21, 2020
1 parent 34cd7a3 commit 556cedb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SQDebug/AFNetworking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ info.plist root \<dict>\</dict>中添加ATS
</dict>
```

```shell
$ npm i koa koa-router koa-send koa-multer
```

```js
const Router = require('koa-router');
const send = require('koa-send');
Expand Down

0 comments on commit 556cedb

Please sign in to comment.