forked from kompetenzinventar/ki-backend
start python backend
This commit is contained in:
5
ki/routes.py
Normal file
5
ki/routes.py
Normal file
@ -0,0 +1,5 @@
|
||||
from app import app
|
||||
|
||||
@app.route("/")
|
||||
def hello_world():
|
||||
return "KI"
|
Reference in New Issue
Block a user