Joaquín Reñé
yesterday 9430a83dde5d7c3f4535f6c3a5f9e21ac68ac8fa
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,