From e7a74694ba20c43b170a0b794450ec28d71fde0e Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Fri, 29 Apr 2022 11:23:11 +0200 Subject: [PATCH] Add Rangers, Nizza and Brentford --- .../Tippliga/Team_ID_Matcher_Config.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json index 83bfc10..c7f0835 100644 --- a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json +++ b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json @@ -918,5 +918,20 @@ "teamname": "Galatasaray", "tippligaID": 446, "apiFootballID": 645 + }, + { + "teamname": "Rangers", + "tippligaID": 516, + "apiFootballID": 257 + }, + { + "teamname": "Nice", + "tippligaID": 634, + "apiFootballID": 84 + }, + { + "teamname": "Brentford", + "tippligaID": 635, + "apiFootballID": 55 } ]