Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zrll12 committed Feb 19, 2024
2 parents 803d4aa + ff730a0 commit 09a581b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@
},
"dependencies": {
"@nextui-org/button": "^2.0.26",
"@nextui-org/checkbox": "^2.0.25",
"@nextui-org/chip": "^2.0.25",
"@nextui-org/code": "^2.0.24",
"@nextui-org/dropdown": "^2.1.16",
"@nextui-org/input": "^2.1.16",
"@nextui-org/kbd": "^2.0.25",
"@nextui-org/link": "^2.0.26",
"@nextui-org/modal": "^2.0.28",
"@nextui-org/navbar": "^2.0.27",
"@nextui-org/progress": "^2.0.24",
"@nextui-org/react": "^2.2.9",
"@nextui-org/shared-icons": "^2.0.6",
"@nextui-org/snippet": "^2.0.30",
Expand All @@ -27,6 +30,7 @@
"@nextui-org/theme": "^2.1.17",
"@react-aria/ssr": "^3.7.1",
"@react-aria/visually-hidden": "^3.8.3",
"@react-types/shared": "^3.22.0",
"@svgr/webpack": "^8.1.0",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
Expand Down
2 changes: 1 addition & 1 deletion providers/certify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class Certify{
});
}
queryCertifyResult(certify_id: string){
return this.axios.get('/verify/query', {params: {certify_id}});
return this.axios.post('/verify/query', {params: {certify_id}});
}
getCertifyState(){
return this.axios.get('/user/name/verify');
Expand Down

0 comments on commit 09a581b

Please sign in to comment.