Commit b59622f5984d78eeae3f8b94dc7ce6732b8e5e62
Exists in
master
and in
89 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_IHM
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/epntap.php
... | ... | @@ -88,7 +88,7 @@ function request($access_url, $query) { |
88 | 88 | /* Return the list of available services by querying some usual registries. */ |
89 | 89 | function getServices() { |
90 | 90 | $registriesURL = [ |
91 | - "http://vao.stsci.edu/RegTAP/TapService.aspx", | |
91 | + //"http://vao.stsci.edu/RegTAP/TapService.aspx", | |
92 | 92 | "http://voparis-rr.obspm.fr/tap", |
93 | 93 | "http://registry.euro-vo.org/regtap/tap", |
94 | 94 | "http://dc.zah.uni-heidelberg.de/tap", | ... | ... |