Joaquín Reñé
2 days ago e6b4cd695cfc6c0d4b0ea53cc403a4384d0f4d69
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("api/version", /* workaround to avoid OPTIONS method request*/ new BaseRequestOptions())
20
+ this.http.get("version", /* workaround to avoid OPTIONS method request*/ new BaseRequestOptions())
2121 .map((res) => <string>res.json().version)
2222 .subscribe(
2323 version => this.securisVersion = version,