回答編集履歴
1
修正
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
@app.route('/<int:hogehoge>')
|
5
|
+
@app.route('/test<int:hogehoge>')
|
6
6
|
|
7
7
|
def test(hogehoge):
|
8
8
|
|