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 de3b136 commit 27a1932
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions backend/server/src/main.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# from flask import Flask, jsonify
# import os

# app = Flask(__name__)


# @app.route('/')
# def index():
# return jsonify({"Choo Choo": "Welcome to your Flask app"})


# if __name__ == '__main__':
# app.run(debug=True, port=os.getenv("PORT", default=5000))

from flask import Flask, request, jsonify, render_template
from flask_mail import Mail, Message
from dotenv import load_dotenv
Expand Down Expand Up @@ -40,7 +26,6 @@ def create_service_dict():
"client_x509_cert_url": os.getenv("CLIENT_X509_CERT_URL"),
"universe_domain": os.getenv("UNIVERSE_DOMAIN")
}
print(variables_keys)
return variables_keys

cred = credentials.Certificate(create_service_dict())
Expand Down

0 comments on commit 27a1932

Please sign in to comment.