Add TurnstileCaptcha component and update send API handler

This commit is contained in:
Vishva
2026-07-29 17:08:48 +05:30
parent 3ee3d8c652
commit 2551b2923e
6 changed files with 259 additions and 33 deletions
+2 -2
View File
@@ -14,13 +14,13 @@ export default defineConfig((configEnv) => {
server: {
proxy: {
'/api': {
target: 'http://localhost:3001',
target: 'http://127.0.0.1:3002',
changeOrigin: true,
proxyTimeout: 120000,
timeout: 120000,
},
'/uploads': {
target: 'http://localhost:3001',
target: 'http://127.0.0.1:3002',
changeOrigin: true,
},
},