feat: change

This commit is contained in:
tim
2025-07-04 22:16:08 +08:00
parent 8519a80485
commit 5987e84fcf

View File

@@ -98,7 +98,7 @@ export default {
methods: {
async sendVerification() {
try {
const res = await fetch('/api/auth/register', {
const res = await fetch('http://localhost:8081/api/auth/register', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({