Merge branch 'remove-co-market' into 'development'

Remove Co-Market from customer interface

See merge request saburly/wiaas/new-wiaas!85

(cherry picked from commit f33c6aa6e2)

1726c3d7 Remove Co-Market from customer interface
This commit is contained in:
Bilal Catic
2018-12-05 11:57:01 +00:00
committed by Almira
parent f51d9f5512
commit 2cdef7c31e
4 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
const APPLICATION_NAME = 'Co-Market';
const APPLICATION_NAME = 'WIAAS Market';
const API_VERSION = 'v2';
const API_SERVER_BASE = process.env.REACT_APP_API_URL;