回答編集履歴

1

修正

2019/12/05 01:40

投稿

退会済みユーザー
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