From 0750fa820d45c79745410306a41a523e5f7bde04 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 8 Jan 2023 10:00:02 +0300 Subject: [PATCH] Update api.js --- scripts/core/api.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/core/api.js b/scripts/core/api.js index 9f96a2cd..e18e4da3 100644 --- a/scripts/core/api.js +++ b/scripts/core/api.js @@ -28,6 +28,5 @@ 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`) -api.guides = new API(`${DATA_DIR}/guides.json`) module.exports = api