Files
the-office/app/routes.py
2020-01-19 13:01:45 -06:00

6 lines
140 B
Python

from app import app
from flask import send_from_directory, redirect, url_for, render_template
@app.route('/')
def index():
return 'WIP'