summaryrefslogtreecommitdiff
path: root/topics/systems
diff options
context:
space:
mode:
authorPjotr Prins2022-12-11 16:37:06 -0600
committerPjotr Prins2022-12-11 16:37:06 -0600
commit319c0741d6efc12b0acf032aaa12670bba9590a0 (patch)
tree7246352dae375f6211d6ffe307706b1d7a571afb /topics/systems
parent4d68928c6b1f6676a75ced373ab2e4105ae9fa7d (diff)
downloadgn-gemtext-319c0741d6efc12b0acf032aaa12670bba9590a0.tar.gz
edits
Diffstat (limited to 'topics/systems')
-rw-r--r--topics/systems/gn-services.gmi14
1 files changed, 12 insertions, 2 deletions
diff --git a/topics/systems/gn-services.gmi b/topics/systems/gn-services.gmi
index 55cc3fb..8321356 100644
--- a/topics/systems/gn-services.gmi
+++ b/topics/systems/gn-services.gmi
@@ -28,14 +28,24 @@ curl https://luna.genenetwork.org/gn3/
3. genenetwork3 (python3)
+If the menu does not load, this is the culprit. It should be an external API link.
+
```
curl localhost:8087/api/version
"1.0"
-
+curl localhost:8087/api/menu/generate/json
+...
+curl https://genenetwork.org/api3/api/version
+"1.0"
+curl https://genenetwork.org/api3/api/menu/generate/json
```
-On epysode it is running on 8081
+On epysode:
+```
+http://mars.genenetwork.org/gn3/api/version
+http://gn2-fallback.genenetwork.org/gn3/api/menu/generate/json
+```
## Notes