cute fox fubuki!

This commit is contained in:
p23 2024-11-14 05:05:58 +00:00
parent 4722a40296
commit 280972e54c

View File

@ -129,7 +129,6 @@ def posting():
# 只有發文者可以看到的獲取指定文章 # 只有發文者可以看到的獲取指定文章
# 只有發文者可以做到的刪除文章 # 只有發文者可以做到的刪除文章
# Comment 還沒做到刪文
@article.route("/own/<sha256>", methods = ["GET", "DELETE"]) @article.route("/own/<sha256>", methods = ["GET", "DELETE"])
def owner_getarticle(sha256:str): def owner_getarticle(sha256:str):
db = current_app.shared_resource.engine db = current_app.shared_resource.engine