Implement login and registration
This commit is contained in:
parent
ab4f1e495d
commit
53b4036fcb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: '/api'
|
||||
apiUrl: 'http://localhost:3000/api'
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue