Code has been added to clipboard!

URL Redirect for Flask Enthusiasts

Example
@app.route('/notes/<page>')
def thing(page):
  return redirect("https://www.bitdegree.org/learn/" + page, code=301)