質問編集履歴

1

"/tab",methods=["GET"]の追加

2021/12/18 16:28

投稿

jaogjig
jaogjig

スコア21

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  .py
28
28
 
29
- @app.route("/tab")
29
+ @app.route("/tab",methods=["GET"])
30
30
 
31
31
  def cash_loan_calculation():
32
32