This commit is contained in:
2023-12-01 14:42:46 +05:00
parent 651edbe69f
commit 29148afe9c
10 changed files with 57 additions and 34 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ function LoginPage() {
setisLoading(true);
const result: any = await ky
.post(import.meta.env.VITE_SERVER_URL + "/login", {
.post(import.meta.env.VITE_API_URL + "/login", {
json: {
username,
password,