diff --git a/src/api/index.py b/src/api/index.py index 06f8352..b155cb8 100644 --- a/src/api/index.py +++ b/src/api/index.py @@ -52,7 +52,8 @@ def init(app_name): handler.initialize(uid) handler.update_user(id,uid=uid) plans = handler.plans() - return json.dumps(plans) + #return json.dumps(plans) + return features(app_name) """ This function will update the user's email """