From 280972e54cd1e4e1e83bd008382ddd7b6f60063d Mon Sep 17 00:00:00 2001 From: p23 Date: Thu, 14 Nov 2024 05:05:58 +0000 Subject: [PATCH] cute fox fubuki! --- blueprints/article.py | 1 - 1 file changed, 1 deletion(-) diff --git a/blueprints/article.py b/blueprints/article.py index 3524dfb..2d7ef58 100644 --- a/blueprints/article.py +++ b/blueprints/article.py @@ -129,7 +129,6 @@ def posting(): # 只有發文者可以看到的獲取指定文章 # 只有發文者可以做到的刪除文章 -# Comment 還沒做到刪文 @article.route("/own/", methods = ["GET", "DELETE"]) def owner_getarticle(sha256:str): db = current_app.shared_resource.engine