Fixed spelling of availible

Sorry about all the small changes across lots of files, I think it would be best to fix this though to avoid potential future confusion.
This commit is contained in:
mtoohey31
2021-01-03 15:16:16 -05:00
parent 7e5ba43ac0
commit 5c59400a5d
6 changed files with 13 additions and 13 deletions

View File

@@ -7,8 +7,8 @@ from utils.snackbar import SnackResponse
router = APIRouter()
@router.get("/api/backups/avaiable/", tags=["Import / Export"])
async def avaiable_imports():
@router.get("/api/backups/available/", tags=["Import / Export"])
async def available_imports():
""" Returns this weeks meal plan """
imports = []
templates = []