feat: change

This commit is contained in:
tim
2025-07-04 22:16:08 +08:00
parent 8519a80485
commit 5987e84fcf
+1 -1
View File
@@ -98,7 +98,7 @@ export default {
methods: { methods: {
async sendVerification() { async sendVerification() {
try { try {
const res = await fetch('/api/auth/register', { const res = await fetch('http://localhost:8081/api/auth/register', {
method: 'POST', method: 'POST',
headers: { 'Content-Type': 'application/json' }, headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ body: JSON.stringify({