예제 #1
0
def sendCidToClient():
    cid = Comment.cid()
예제 #2
0
파일: app.py 프로젝트: Afrankie/FoodSharing
def sendCidToClient():
    cid = Comment.cid()
    return dict(cid=cid)