From 87c3dd21c62efc13600bebfdc609f9dee3e7c8ad Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Sun, 23 Oct 2022 22:18:20 +0200 Subject: [PATCH] Add Sporting Lissabon, Maccabi Haifa and Celtic Glasgow --- .../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 c13ae8f..427fe51 100644 --- a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json +++ b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json @@ -1003,5 +1003,20 @@ "teamname": "FK Partizan", "tippligaID": 547, "apiFootballID": 573 + }, + { + "teamname": "Celtic", + "tippligaID": 526, + "apiFootballID": 247 + }, + { + "teamname": "Maccabi Haifa", + "tippligaID": 551, + "apiFootballID": 4195 + }, + { + "teamname": "Sporting CP", + "tippligaID": 512, + "apiFootballID": 228 } ]