Joaquín Reñé
18 hours ago 78b085815b9873acdf178b2e9c9598d065fd40c0
securis/src/main/webapp/src/app/footer.component.ts
....@@ -17,7 +17,7 @@
1717
1818 ngOnInit(): void {
1919 //TODO Move to service
20
- this.http.get("version", /* workaround to avoid OPTIONS method request*/ new BaseRequestOptions())
20
+ this.http.get("api/version", /* workaround to avoid OPTIONS method request*/ new BaseRequestOptions())
2121 .map((res) => <string>res.json().version)
2222 .subscribe(
2323 version => this.securisVersion = version,