Example #1
0
def update():
    return rst_activity.post_or_put(request.json.get('id'))
Example #2
0
def update():
    return rst_activity.post_or_put(request.json.get('id'))
Example #3
0
def add():
    return rst_activity.post_or_put()
Example #4
0
def add():
    return rst_activity.post_or_put()