Skip to content

Commit

Permalink
add : default profile picture and about route changed
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFanaticV2 committed Jan 17, 2024
1 parent 69a8635 commit b5b8c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added documents/pft/default_profile_picture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions uniride_sme/route/about_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def get_conditions():
def get_privacy():
"""Get conditions of use"""
try:
conditions = about_utils.get_privacy()
response = jsonify(conditions=conditions), 200
privacy = about_utils.get_privacy()
response = jsonify(privacy=privacy), 200
except ApiException as e:
response = jsonify(message=e.message), e.status_code
return response

0 comments on commit b5b8c24

Please sign in to comment.