Files
thedrank.com/app/routes.py
2019-09-21 23:39:06 -05:00

6 lines
115 B
Python

from app import app
from flask import render_template
@app.route('/')
def index():
return 'who the hell knows'