diff options
author | Julia McCauley <skurvyj@gmail.com> | 2021-04-16 14:01:46 -0400 |
---|---|---|
committer | Julia McCauley <skurvyj@gmail.com> | 2021-04-16 14:01:46 -0400 |
commit | ccacfbf0a288f6aa69c10ec17d96151cfba77c70 (patch) | |
tree | 261608c8b07c3fc6f67e5e1541547401817b9e62 /frontend/src | |
parent | b8279f5498ac7189690b4b85d1d68edb63df3185 (diff) |
fixed error with empty hub map in suspicion rank
Diffstat (limited to 'frontend/src')
-rw-r--r-- | frontend/src/SECAPIData.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/SECAPIData.js b/frontend/src/SECAPIData.js index d14ee1f..8d0611f 100644 --- a/frontend/src/SECAPIData.js +++ b/frontend/src/SECAPIData.js @@ -13,7 +13,7 @@ function SECAPIData() { const toEpochMilli = date => Date.parse(date); const getLinks = () => { - fetch("http://localhost:4567/susrank", { + fetch("http://localhost:4567/data", { method: "POST", body: JSON.stringify( { |