fix up comment

This commit is contained in:
2021-01-15 16:57:14 +11:00
parent 58083dbfab
commit b123f067b1

3
ai.py
View File

@@ -7,8 +7,7 @@ from sqlalchemy.exc import SQLAlchemyError
from status import st, Status from status import st, Status
################################################################################ ################################################################################
# /refimg/<id> -> GET/POST(save or delete) -> shows/edits/delets a single # /aistats -> placholder for some sort of stats
# refimg
################################################################################ ################################################################################
@app.route("/aistats", methods=["GET", "POST"]) @app.route("/aistats", methods=["GET", "POST"])
def aistats(): def aistats():