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