Alexis Hernandez
7 years ago
2 changed files with 9 additions and 2 deletions
@ -1,3 +1,7 @@ |
|||||
export const environment = { |
export const environment = { |
||||
production: true |
production: true, |
||||
|
api: { |
||||
|
// TODO: replace with the correct value
|
||||
|
url: 'http://localhost:9000' |
||||
|
} |
||||
}; |
}; |
||||
|
Loading…
Reference in new issue