diff options
author | lltommy | 2020-06-15 17:31:17 +0200 |
---|---|---|
committer | lltommy | 2020-06-15 17:31:17 +0200 |
commit | 802c4001340baa6f79c8107bb58add5dba9ad2b8 (patch) | |
tree | 9a9ec16328003b198fd960c5f10c0a03a894cad6 /bh20simplewebuploader/static | |
parent | d18005b1880692cab16ecfc9e0c950abc4259087 (diff) | |
download | bh20-seq-resource-802c4001340baa6f79c8107bb58add5dba9ad2b8.tar.gz bh20-seq-resource-802c4001340baa6f79c8107bb58add5dba9ad2b8.tar.lz bh20-seq-resource-802c4001340baa6f79c8107bb58add5dba9ad2b8.zip |
Adding endpoints using grouping of continents
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r-- | bh20simplewebuploader/static/main.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js index d90b5af..1d2bcba 100644 --- a/bh20simplewebuploader/static/main.js +++ b/bh20simplewebuploader/static/main.js @@ -87,6 +87,9 @@ let fetchSEQByLocation = () => { console.log("Missing - set parameter for request, retrieve data") }; +let fetchSEQCountbyContinent = () => { + fetchAPIV2("/api/getSEQCountbyContinent"); +} /* |