starting to remove Countries from UI

This commit is contained in:
frankknoll
2023-04-02 20:14:47 +02:00
parent 578651052a
commit 3e553b9324
5 changed files with 103 additions and 130 deletions

View File

@@ -1,5 +1,6 @@
class HistoDescrsProvider {
// FK-TODO: remove country
static getHistoDescrs(country, batchcode) {
return fetch(`data/histograms/${country}/${batchcode}.json`)
.then(response => response.json())