Complete main functionallity of backend and frontend.
This commit is contained in:
@@ -3,4 +3,4 @@ from fastapi import APIRouter
|
||||
|
||||
router = APIRouter(prefix="/tournaments", tags=["Tournaments"])
|
||||
|
||||
from . import tournaments, teams, courts, matches, report
|
||||
from . import tournaments, settings, teams, courts, matches, report
|
||||
|
||||
Reference in New Issue
Block a user