Skip to content

Commit d61632f

Browse files
ManonMarchandbsipocz
authored andcommitted
maint: use https in the servers
allows to work in the browser with wasm-based python implementations
1 parent 44017b3 commit d61632f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astroquery/mocserver/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ class Conf(_config.ConfigNamespace):
2929
server = _config.ConfigItem(
3030
[
3131
"https://alasky.unistra.fr/MocServer/query",
32-
"http://alasky.unistra.fr/MocServer/query",
33-
"http://alaskybis.unistra.fr/MocServer/query",
32+
"https://alaskybis.unistra.fr/MocServer/query",
3433
],
3534
"Name of the template_module server to use.",
3635
)

0 commit comments

Comments
 (0)