update index

This commit is contained in:
Xevion
2019-09-22 12:51:02 -05:00
parent b7d4c737ca
commit cbd266f4ec
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
from app import app
from flask import render_template
import os
import sys
@app.route('/')
def index():
return 'who the hell knows'
render_template('index.html')