This commit is contained in:
手瓜一十雪
2024-05-07 21:47:52 +08:00
parent e9bff466b5
commit 09eaa3116a
5 changed files with 58 additions and 38 deletions

View File

@@ -85,7 +85,7 @@
let data = "";
try {
data = await fetch('/api/login', {
data = await fetch('/api/auth/login', {
method: 'POST',
headers: {
'Content-Type': 'application/json'