From caeb4d8e58f5295d2055e78d6f858121f35cb607 Mon Sep 17 00:00:00 2001 From: sh-mug <52068539+sh-mug@users.noreply.github.com> Date: Sun, 10 Nov 2024 23:23:18 +0900 Subject: [PATCH] NMPZ: changed ref --- nmpz/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmpz/index.ts b/nmpz/index.ts index 04603be9..9a33f5b3 100644 --- a/nmpz/index.ts +++ b/nmpz/index.ts @@ -72,7 +72,7 @@ const getRandomCoordinate = async () => new Promise((resolve, reject) => { }); const getCountryName = async (country_code: string): Promise => new Promise((resolve, reject) => { - const url = "https://raw.githubusercontent.com/sh-mug/countries/fix-jpn-translations/countries.json"; + const url = "https://raw.githubusercontent.com/mledoze/countries/master/countries.json"; fetch(url) .then((response) => response.json()) .then((data) => {