Fixed render Template

This commit is contained in:
ZKWolf 2023-06-18 01:06:01 +02:00
parent 0770d4a5f8
commit 2d7c88f853

View File

@ -120,8 +120,8 @@ def tex_get():
def root():
try:
get_remote_ip()
return jsonify({"status": "success"})
# return render_template("index.html")
# return jsonify({"status": "success"})
return render_template("index.html")
except Exception as e:
logger.graylog_logger(level="error", handler="general-root", message=f"Error in root: {e}")