From 63c0eba66df1cc7435b6dec1238d0b560461890f Mon Sep 17 00:00:00 2001 From: Florent Bourcier <62593305+IGNFBourcier@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:17:48 +0200 Subject: [PATCH] current fimoct : 2023 --- build/download-fimoct.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/download-fimoct.js b/build/download-fimoct.js index 951e87b..1a179fe 100644 --- a/build/download-fimoct.js +++ b/build/download-fimoct.js @@ -54,7 +54,7 @@ async function getLatestFIMOCTFileBuffer() { } async function getCurrentFIMOCTFileBuffer() { - const url = 'https://static.data.gouv.fr/resources/fichiers-fimoca-et-fimoct-relatifs-aux-structures-de-la-dgfip/20180817-134116/FIMOCTT8Z00061.zip' + const url = 'https://static.data.gouv.fr/resources/objet-disparition-des-fichiers-fantoir-fimoca-et-fimoct-en-fevrier-2023-mise-en-place-des-fichiers-topo-structures-uamissions-competences-et-acheminement/20230201-110343/fimoctt2z00121.zip' return fetchAndExtractFIMOCT(url) }