website refactor

This commit is contained in:
2026-01-21 17:07:52 +01:00
parent 2325eef8b5
commit 4b54c3603b
246 changed files with 262 additions and 245 deletions

View File

@@ -1261,6 +1261,15 @@
}
}
}
},
"/teams/leaderboard": {
"get": {
"responses": {
"200": {
"description": "OK"
}
}
}
}
},
"components": {
@@ -6858,6 +6867,13 @@
"name": {
"type": "string"
},
"tag": {
"type": "string"
},
"logoUrl": {
"type": "string",
"nullable": true
},
"memberCount": {
"type": "number"
},
@@ -6899,6 +6915,7 @@
"required": [
"id",
"name",
"tag",
"memberCount",
"totalWins",
"totalRaces",