mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-15 08:22:27 -05:00
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:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user