質問編集履歴
1
"/tab",methods=["GET"]の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
```app
|
14
14
|
.py
|
15
|
-
@app.route("/tab")
|
15
|
+
@app.route("/tab",methods=["GET"])
|
16
16
|
def cash_loan_calculation():
|
17
17
|
cash=9407848
|
18
18
|
loan=10584455
|