Update API url in production environment
This commit is contained in:
parent
240833e8d6
commit
b6af459d44
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: '/api'
|
||||
apiUrl: 'https://twigs.api.wbrawner.com/api'
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue