Files
thedrank.com/app/routes.py
2019-09-22 12:51:02 -05:00

8 lines
138 B
Python

from app import app
from flask import render_template
import os
import sys
@app.route('/')
def index():
render_template('index.html')