Skip to content
Snippets Groups Projects
Commit 5358f68c authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Fixed bug => DONE

parent ec30d646
No related branches found
No related tags found
2 merge requests!113Develop,!110Resolve "Bug sesame web service access"
......@@ -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' });
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment