1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-04 21:15:22 +02:00

api documentation

This commit is contained in:
Hayden 2021-01-07 19:54:31 -09:00
parent f412c3dd5b
commit 53b4717810

View file

@ -68,7 +68,7 @@ HTML_TEMPLATE = """<!DOCTYPE html>
"""
CWD = Path(__file__).parent
out_path = CWD.joinpath("temp", "api.html")
out_path = CWD.joinpath("temp", "index.html")
def generate_api_docs(app):