This commit is contained in:
Jurgis Sakalauskas
2026-04-29 11:05:39 +03:00
parent beb1294d86
commit d6f7554dcc
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ def add():
return redirect(url_for("index"))
@app.route("/download/<article_id>")
@app.route("/download/<article_id>.epub")
def download(article_id):
article = storage.get_article(article_id)
if not article: