is-a / ai /routes.py
Kastg
Update ai/routes.py
0876b73 verified
raw
history blame contribute delete
125 Bytes
from . import app
from flask import render_template
@app.route("/shit")
def index():
return render_template('index.html')