Skip to content

Instantly share code, notes, and snippets.

@LarsBergqvist
Created March 9, 2016 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LarsBergqvist/0cb1b174850dbf3e50ac to your computer and use it in GitHub Desktop.
Save LarsBergqvist/0cb1b174850dbf3e50ac to your computer and use it in GitHub Desktop.
Return html with flask
@app.route('/WebRelay/', methods=['GET'])
def index():
return render_template('Index.html');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment