There was an error while loading. Please reload this page.
1 parent 686cb29 commit 4947aa6Copy full SHA for 4947aa6
README.md
@@ -9,7 +9,7 @@
9
- RESTful(API架构风格)
10
- JWT(Json Web Token 认证协议)
11
- ORM(数据库对象关系映射)
12
-- [Swagger-ui](https://github.com/swagger-api/swagger-ui)(API文档在线生成和测试, public/swagger)
+- TEST(集成在线API文档生成和测试工具[Swagger-ui](https://github.com/swagger-api/swagger-ui),public/swagger目录下)
13
14
15
## Install dependencies
@@ -30,7 +30,7 @@ npm start
30
npm run livereload
31
```
32
33
-## For test, such as:
+## For unit test, such as:
34
35
36
npm test ./test/api/signin.js
0 commit comments