mirror of
https://github.com/Xevion/thedrank.com.git
synced 2025-12-08 10:08:48 -06:00
intial Flask setup, README
This commit is contained in:
6
app/routes.py
Normal file
6
app/routes.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from app import app
|
||||
from flask import render_template
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
return 'who the hell knows'
|
||||
Reference in New Issue
Block a user