Skip to content
Snippets Groups Projects

Resolve "Bug sesame web service access"

Merged Tifenn Guillas requested to merge 102-bug-sesame-web-service-access into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -28,7 +28,7 @@ export class SearchService {
}
retrieveCoordinates(name: string) {
const url = 'http://cdsweb.u-strasbg.fr/cgi-bin/nph-sesame/-ox/NSV?' + name;
const url = 'https://cdsweb.u-strasbg.fr/cgi-bin/nph-sesame/-ox/NSV?' + name;
return this.http.get(url, { responseType: 'text' });
}
}
Loading