Skip to content

Commit

Permalink
Fix categories.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed Oct 25, 2024
1 parent cd6db28 commit 3a0da9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/APIv1-frontend.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 3a0da9c

Please sign in to comment.