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