Exemplo n.º 1
0
def call_add_user():
	try:
		api = User(mongo)
		return api.add()
	except Exception as e:
		return send_error(e), 500