Added seperate bracket/node logic
This commit is contained in:
@@ -3,4 +3,4 @@ from fastapi import APIRouter
|
||||
|
||||
router = APIRouter(prefix="/tournaments", tags=["Tournaments"])
|
||||
|
||||
from . import report, courts, matches, teams, tournaments
|
||||
from . import tournaments, teams, courts, matches, report, bracket
|
||||
|
||||
Reference in New Issue
Block a user