You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JSON
def handlepost():
# do processing, create a dictionary
d = { "error": 0, "data": 23 }
# dictionary will be json encoded and returned using the basium_orm JSON encoder
return d