Compare commits
2 Commits
4f8fd77f7d
...
61e10937dd
| Author | SHA1 | Date |
|---|---|---|
|
|
61e10937dd | |
|
|
ce92955bb9 |
|
|
@ -2,4 +2,6 @@ import { environment_base } from './environment.base';
|
|||
|
||||
export const environment = environment_base;
|
||||
|
||||
environment.apiBaseUrl = 'https://api-dev.bizmatch.net';
|
||||
environment.apiBaseUrl = 'http://bizsearch.at-powan.ts.net:3001';
|
||||
environment.mailinfoUrl = 'http://bizsearch.at-powan.ts.net';
|
||||
environment.imageBaseUrl = 'http://bizsearch.at-powan.ts.net';
|
||||
|
|
|
|||
Loading…
Reference in New Issue