Created
March 9, 2016 20:03
-
-
Save LarsBergqvist/0cb1b174850dbf3e50ac to your computer and use it in GitHub Desktop.
Return html with flask
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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