mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-14 20:03:14 -05:00
removed prints
This commit is contained in:
@@ -21,5 +21,4 @@ def root():
|
||||
|
||||
@router.get("/{full_path:path}", include_in_schema=False)
|
||||
def root_plus(full_path):
|
||||
print(full_path)
|
||||
return FileResponse(BASE_HTML)
|
||||
|
||||
Reference in New Issue
Block a user