.
This commit is contained in:
@@ -6,7 +6,7 @@ app = Flask(__name__)
|
||||
# ----------------------------
|
||||
# Template HTML già esistente
|
||||
# ----------------------------
|
||||
TEMPLATE = open("template.html").read() # Se preferisci usare file separato
|
||||
TEMPLATE = open("templates/index.html").read() # Se preferisci usare file separato
|
||||
|
||||
# ----------------------------
|
||||
# Endpoint principale
|
||||
|
||||
Reference in New Issue
Block a user