From e591444955bb079d86520d3d89c1fe828feec105 Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Sun, 12 May 2024 10:20:16 +0200 Subject: [PATCH] Add FC Toulouse and Stade Brestois 29 --- .../resources/Tippliga/Team_ID_Matcher_Config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json index 58528df..2e70073 100644 --- a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json +++ b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json @@ -1208,5 +1208,15 @@ "teamname": "Club Brugge KV", "tippligaID": 462, "apiFootballID": 569 + }, + { + "teamname": "FC Toulouse", + "tippligaID": 427, + "apiFootballID": 96 + }, + { + "teamname": "Stade Brestois 29", + "tippligaID": 649, + "apiFootballID": 106 } ]