Skip to content

Commit

Permalink
fix minimum versions of app
Browse files Browse the repository at this point in the history
  • Loading branch information
hossnys committed May 26, 2024
1 parent de5d556 commit b4aac75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routes/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@api_misc.route("/minimumversion", methods=["get"])
def minimum_version_handler():
response = Response(
response=json.dumps({"android": 177, "ios": 177}), mimetype="application/json"
response=json.dumps({"android": 70, "ios": 70}), mimetype="application/json"
)
return response

Expand Down

0 comments on commit b4aac75

Please sign in to comment.