change url for docker container

This commit is contained in:
smanylov
2025-12-03 21:05:09 +07:00
parent b78a392d11
commit ac2fd7c8e0
5 changed files with 32 additions and 13 deletions
+3 -1
View File
@@ -47,4 +47,6 @@ export const loginFormSchema = z
.string()
.min(1, { error: 'Password must be not empty' })
.trim(),
})
})
export const localDevelopmentUrl = 'http://localhost:81';