Commit bd35dc02 by Matteo

fix

parent bce9a8a7
......@@ -128,7 +128,7 @@ export class UtilService {
getVersion()
{
var piattaforma = this.platform.is("android")?"android":"ios;"
var piattaforma = this.platform.is("android")?"android":"ios";
var param = UtilService.encodeBody({app: environment.struttura, piattaforma: piattaforma});
return this.httpClient.post<String>(this.httpClientDataService.BASE_ADDRESS+'/intranet/ultimaVersione.do', param, this.httpClientDataService.httpOptions)
.pipe(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment