LingoSynth/lingosynth/app/views.py

7 lines
134 B
Python
Raw Normal View History

2023-05-11 21:48:16 +02:00
import flask
def register(app: flask.Flask):
@app.route('/')
def index():
return flask.render_template('index.html')