Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mfdavies committed Jan 7, 2024
1 parent ba157c0 commit a4b6d16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/server/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def create_service_dict():
app.config["MAIL_DEFAULT_SENDER"] = os.getenv("MAIL_DEFAULT_SENDER")
mail = Mail(app)

https://github.com/mfdavies/mobility-mate/tree/main
@app.route("/patient/send-link", methods=["POST"])
def send_link():
try:
Expand Down

0 comments on commit a4b6d16

Please sign in to comment.