Add turkey

This commit is contained in:
2022-12-18 15:49:05 +01:00
parent 7c5bbe65e5
commit 632a39cd5d
2 changed files with 7 additions and 0 deletions

2
.gitignore vendored
View File

@@ -3,3 +3,5 @@
/.settings/ /.settings/
/build/ /build/
/target/ /target/
src/main/main.iml
src/test/test.iml

View File

@@ -83,5 +83,10 @@
"country": "World", "country": "World",
"name": "UEFA Super Cup", "name": "UEFA Super Cup",
"league_id": 4306 "league_id": 4306
},
{
"country": "Turkey",
"name": "Süper Lig",
"league_id": 4418
} }
] ]