diff --git a/package.json b/package.json index 1d13890..866c6c1 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,8 @@ }, "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", @@ -17,6 +19,7 @@ "@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", @@ -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", diff --git a/providers/certify.ts b/providers/certify.ts index bfcdf12..4899269 100644 --- a/providers/certify.ts +++ b/providers/certify.ts @@ -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');