Skip to content

Commit

Permalink
Continue api-reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dangtony98 committed Jan 13, 2023
1 parent 0f04360 commit 9d4ea2d
Show file tree
Hide file tree
Showing 26 changed files with 1,460 additions and 116 deletions.
9 changes: 3 additions & 6 deletions backend/package-lock.json

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

3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"start": "npm run build && node build/index.js",
"dev": "nodemon",
"swagger-autogen": "node ./swagger.ts",
"swagger-autogen": "node ./swagger/index.ts",
"build": "rimraf ./build && tsc && cp -R ./src/templates ./build",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix",
Expand Down Expand Up @@ -94,6 +94,7 @@
"express-validator": "^6.14.2",
"handlebars": "^4.7.7",
"helmet": "^5.1.1",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.0",
"jsrp": "^0.2.4",
"libsodium-wrappers": "^0.7.10",
Expand Down
Loading

0 comments on commit 9d4ea2d

Please sign in to comment.