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:
Martin Rojas Miguel Angel 2018-06-29 09:13:59 +02:00 committed by Mustapha Zorgati
parent 1c5846252a
commit 0422c576ac
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export const environment = {
production: true,
taskanaRestUrl: 'https://taskana.mybluemix.net'
taskanaRestUrl: ''
};