Skip to content

Commit

Permalink
- CORS enabled by default.
Browse files Browse the repository at this point in the history
- treat global flow as global
  • Loading branch information
iyobo committed Oct 31, 2023
1 parent 3db91a2 commit daf8244
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 98 deletions.
231 changes: 142 additions & 89 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@
"license": "MIT",
"dependencies": {
"@hapi/boom": "^10.0.1",
"@koa/cors": "^4.0.0",
"@koa/router": "^12.0.1",
"class-transformer": "*",
"class-validator": "*",
"helmet": "6.0.1",
"koa": "^2.14.2",
"koa-body": "*",
"koa-helmet": "^7.0.2",
"koa-router": "*",
"koa2-swagger-ui": "^5.9.1",
"lodash": "^4.17.21",
"openapi-types": "^12.1.3",
Expand All @@ -55,7 +56,7 @@
"@types/boom": "^7.3.0",
"@types/jest": "^25.1.2",
"@types/koa": "^2.11.1",
"@types/koa-router": "^7.4.0",
"@types/koa__router": "^12.0.3",
"@types/lodash": "^4.14.149",
"@types/node": "^13.7.1",
"@types/supertest": "^2.0.8",
Expand Down
Loading

0 comments on commit daf8244

Please sign in to comment.