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