Python

Flaskでリダイレクトしたよとかいう警告が出る

こんな警告が出て解消するのに少しハマった。 'A request was sent to this URL (http://localhost/my/contributors) but a redirect was issued automatically by the routing system to "http://localhost:5000/my/contributors/". Make sure to directly …