diff --git a/app.py b/app.py index 1834774..21b45fa 100644 --- a/app.py +++ b/app.py @@ -12,8 +12,8 @@ app = Flask(__name__) @app.route("/", methods=["GET"]) def home(): - html = "

Home page API REST Compiti

ciao, 3cx merda

" - html += "Documentazione" + html = "

Home page API REST Compiti

" + html += "Apri interfaccia web
Documentazione" return html, 200 @app.route("/doc", methods=["GET"])