mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-04-19 13:37:12 -05:00
Fixed render Template
This commit is contained in:
parent
0770d4a5f8
commit
2d7c88f853
|
|
@ -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}")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user