From 76adb595d502dcbae61136643aeb3b81f1bddf15 Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Sun, 8 Jan 2023 21:22:45 +0100 Subject: [PATCH] Add two teams --- .../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 3c533b9..11ec4ea 100644 --- a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json +++ b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json @@ -1053,5 +1053,15 @@ "teamname": "Fenerbahce", "tippligaID": 521, "apiFootballID": 611 + }, + { + "teamname": "Nottingham Forest", + "tippligaID": 645, + "apiFootballID": 65 + }, + { + "teamname": "Reims", + "tippligaID": 646, + "apiFootballID": 93 } ]