adit endpoints
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user