ki-backend/ki/routes.py

6 lines
72 B
Python
Raw Normal View History

2021-06-06 22:25:10 +02:00
from app import app
@app.route("/")
def hello_world():
return "KI"