change url for docker container
This commit is contained in:
@@ -47,4 +47,6 @@ export const loginFormSchema = z
|
||||
.string()
|
||||
.min(1, { error: 'Password must be not empty' })
|
||||
.trim(),
|
||||
})
|
||||
})
|
||||
|
||||
export const localDevelopmentUrl = 'http://localhost:81';
|
||||
Reference in New Issue
Block a user