fix up comment
This commit is contained in:
3
ai.py
3
ai.py
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user