Skip to content

Commit

Permalink
feat(frontend): update api client
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Jul 17, 2023
1 parent 3978985 commit ed340b6
Show file tree
Hide file tree
Showing 3 changed files with 1,570 additions and 1,558 deletions.
2 changes: 1 addition & 1 deletion src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc && vite build",
"preview": "vite preview",
"prettier": "prettier --write src",
"genapi": "swagger-typescript-api -p template/swagger.json -t template -o src --module-name-first-tag"
"genapi": "swagger-typescript-api -p template/swagger.json -t template -o src --module-name-first-tag --sort-routes"
},
"dependencies": {
"@babel/core": "^7.22.9",
Expand Down
Loading

0 comments on commit ed340b6

Please sign in to comment.