Commit b6fb7834 authored by nanahira's avatar nanahira

Update app.py

parent 9d78d5c8
Pipeline #18172 passed with stages
in 2 minutes and 11 seconds
......@@ -7,7 +7,7 @@ app = Flask(__name__)
accessToken = os.environ.get("ACCESS_TOKEN")
allow_list = ["Search", "Profile","Favorites"]
allow_list = ["Search", "Profile", "Favorites", "Following", "Followers"]
def makeResponse(statusCode, message, data):
return { 'success': statusCode < 400, 'statusCode': statusCode, 'message': message, 'data': data }, statusCode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment