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:
parent
f412c3dd5b
commit
53b4717810
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue