mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-22 22:21:09 +08:00
feat: change
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user