From 656e22f540ecad8a39d0f18b3940f1d0f8126474 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 26 Oct 2022 04:35:37 +0300 Subject: [PATCH] Update api.js --- scripts/core/api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/core/api.js b/scripts/core/api.js index 575dad99..e18e4da3 100644 --- a/scripts/core/api.js +++ b/scripts/core/api.js @@ -25,6 +25,7 @@ class API { const api = {} api.channels = new API(`${DATA_DIR}/channels.json`) +api.regions = new API(`${DATA_DIR}/regions.json`) api.countries = new API(`${DATA_DIR}/countries.json`) api.subdivisions = new API(`${DATA_DIR}/subdivisions.json`)