ki-backend/ki/routes.py

6 lines
72 B
Python

from app import app
@app.route("/")
def hello_world():
return "KI"