Upgrade version of enviroment properties file from 1->2.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57140 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
ad3b0ce3fa
commit
ff8b909be6
|
@ -22,7 +22,7 @@ export class EnvironmentSpecificService {
|
|||
public envSpecificNull: EnvProperties = null;
|
||||
testBrowser: boolean;
|
||||
private envSpecificSubject: BehaviorSubject<EnvProperties> = new BehaviorSubject<EnvProperties>(null);
|
||||
private propertiesUrl = "/assets/env-properties.json?v=1";
|
||||
private propertiesUrl = "/assets/env-properties.json?v=2";
|
||||
|
||||
constructor(private http: HttpClient, @Inject(PLATFORM_ID) private platformId: string, /*private injector: Injector,*/
|
||||
@Optional() @Inject(REQUEST) private request: Request) {
|
||||
|
|
Loading…
Reference in New Issue