TSK-455 Remove demo url from web app
- Since url are defined in rest API there is no need to define the production url in we app.
This commit is contained in:
parent
1c5846252a
commit
0422c576ac
|
@ -1,4 +1,4 @@
|
|||
export const environment = {
|
||||
production: true,
|
||||
taskanaRestUrl: 'https://taskana.mybluemix.net'
|
||||
taskanaRestUrl: ''
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue