예제 #1
0
def update(id):
    return TodoController.update(id)
예제 #2
0
파일: Web.py 프로젝트: koelh0/flask-todo
def update(index):
    return TodoController.update(index)