diff options
author | Pjotr Prins | 2022-12-23 12:38:13 +0100 |
---|---|---|
committer | Pjotr Prins | 2022-12-23 12:38:33 +0100 |
commit | 8ad38808688a6cefa5d88e66cef80caa5f780232 (patch) | |
tree | 6ea7af035ae79defd0be970ea2836b290e70e67f /topics/systems | |
parent | 86f889f2c2c2bcf9971563c3767d7b5354b805c5 (diff) | |
download | gn-gemtext-8ad38808688a6cefa5d88e66cef80caa5f780232.tar.gz |
Instructions for GN1
Diffstat (limited to 'topics/systems')
-rw-r--r-- | topics/systems/gn-services.gmi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/topics/systems/gn-services.gmi b/topics/systems/gn-services.gmi index 4215f68..cfe72ef 100644 --- a/topics/systems/gn-services.gmi +++ b/topics/systems/gn-services.gmi @@ -28,6 +28,9 @@ Test with ``` curl localhost:8080/version {"version":"0.2.1"} + +curl https://genenetwork.org/gn3-proxy/version +{"version":"0.2.1"} ``` To deploy by hand use @@ -56,6 +59,9 @@ curl http://localhost:8000/gene/aliases/BRCA2 curl http://localhost:8000/ [ "Hello GeneNetwork3!" ] +curl https://genenetwork.org/gn3 +[ "Hello GeneNetwork3!" ] + curl https://luna.genenetwork.org/gn3/ [ "Hello GeneNetwork3!" ] ``` |