adit endpoints

This commit is contained in:
smanylov
2025-12-11 20:38:06 +07:00
parent 67c6d07e4d
commit b63828befb
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export const loginFormSchema = z
.trim(),
})
export const localDevelopmentUrl = 'http://localhost:80';
export const localDevelopmentUrl = 'http://localhost';
export const testUserData = {
fullName: 'test',