From f8b53cfe525ee4911a9230c3780cf6e480358cde Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Mon, 29 Mar 2021 09:46:59 +0200 Subject: [PATCH] Add more teams --- .../Tippliga/Team_ID_Matcher_Config.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json index 8f55a46..f10a371 100644 --- a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json +++ b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json @@ -688,5 +688,25 @@ "teamname": "Juventus Turin", "tippligaID": 531, "apiFootballID": 496 + }, + { + "teamname": "FC Porto", + "tippligaID": 511, + "apiFootballID": 212 + }, + { + "teamname": "Paris Saint Germain", + "tippligaID": 486, + "apiFootballID": 85 + }, + { + "teamname": "Slavia Praha", + "tippligaID": 528, + "apiFootballID": 560 + }, + { + "teamname": "Dinamo Zagreb", + "tippligaID": 422, + "apiFootballID": 620 } ]