From 3a0da9c48e06d4a50e6d5fb7f132468537f7de4a Mon Sep 17 00:00:00 2001 From: Carlgo11 Date: Fri, 25 Oct 2024 04:23:46 +0200 Subject: [PATCH] Fix categories.json path --- scripts/APIv1-frontend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/APIv1-frontend.js b/scripts/APIv1-frontend.js index a5754cb9aaa..a6b63012166 100644 --- a/scripts/APIv1-frontend.js +++ b/scripts/APIv1-frontend.js @@ -12,7 +12,7 @@ const entriesGlob = "entries/*/*.json"; const apiDirectory = "api/frontend/v1"; // URL to fetch categories data from -const categoriesFile = "../tests/categories.json"; +const categoriesFile = "tests/categories.json"; const regionsUrl = "https://raw.githubusercontent.com/stefangabos/world_countries/master/data/countries/en/world.json";