Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Porter97
Last active January 22, 2020 15:32
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 Porter97/1f27af1a568168db84f1363429c7de58 to your computer and use it in GitHub Desktop.
Save Porter97/1f27af1a568168db84f1363429c7de58 to your computer and use it in GitHub Desktop.
from . import main
@main.route(‘/’)
def index():
return “Hello World!”, 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment