Update
This commit is contained in:
parent
cd5f6dcb4a
commit
893e4ef29d
|
@ -3,6 +3,16 @@ export let groups = [
|
||||||
location: ["Estonia, Kohtla-Järve",[59.40629447076191, 27.280605339416322]],
|
location: ["Estonia, Kohtla-Järve",[59.40629447076191, 27.280605339416322]],
|
||||||
members: 3,
|
members: 3,
|
||||||
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
|
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
location: ["Greece, Athens",[37.94877252621736, 23.677622972996158]],
|
||||||
|
members: 1,
|
||||||
|
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
location: ["Latvia, RIga",[56.94748425529816, 24.003027136431925]],
|
||||||
|
members: 2,
|
||||||
|
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -29,9 +29,6 @@ server {
|
||||||
location /fonts/ {}
|
location /fonts/ {}
|
||||||
location /favicon.ico {}
|
location /favicon.ico {}
|
||||||
location /robots.txt {}
|
location /robots.txt {}
|
||||||
location ~ /courses/Space {
|
|
||||||
return 404;
|
|
||||||
}
|
|
||||||
location ~ /loaderio-58f125137ee61345d68285d88016ce2a {}
|
location ~ /loaderio-58f125137ee61345d68285d88016ce2a {}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 512 KiB |
|
@ -3,6 +3,16 @@ export let groups = [
|
||||||
location: ["Estonia, Kohtla-Järve",[59.40629447076191, 27.280605339416322]],
|
location: ["Estonia, Kohtla-Järve",[59.40629447076191, 27.280605339416322]],
|
||||||
members: 3,
|
members: 3,
|
||||||
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
|
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
location: ["Greece, Athens",[37.94877252621736, 23.677622972996158]],
|
||||||
|
members: 1,
|
||||||
|
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
location: ["Latvia, RIga",[56.94748425529816, 24.003027136431925]],
|
||||||
|
members: 2,
|
||||||
|
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue