Backend
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# backend/app/routes/tournaments/__init__.py
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter(prefix="/tournaments", tags=["Tournaments"])
|
||||
|
||||
from . import report, courts, matches, teams, tournaments
|
||||
Reference in New Issue
Block a user