We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44017b3 commit d61632fCopy full SHA for d61632f
astroquery/mocserver/__init__.py
@@ -29,8 +29,7 @@ class Conf(_config.ConfigNamespace):
29
server = _config.ConfigItem(
30
[
31
"https://alasky.unistra.fr/MocServer/query",
32
- "http://alasky.unistra.fr/MocServer/query",
33
- "http://alaskybis.unistra.fr/MocServer/query",
+ "https://alaskybis.unistra.fr/MocServer/query",
34
],
35
"Name of the template_module server to use.",
36
)
0 commit comments