diff --git a/backend/__pycache__/config.cpython-312.pyc b/backend/__pycache__/config.cpython-312.pyc index 6346c2e..ee266e8 100644 Binary files a/backend/__pycache__/config.cpython-312.pyc and b/backend/__pycache__/config.cpython-312.pyc differ diff --git a/backend/__pycache__/models.cpython-312.pyc b/backend/__pycache__/models.cpython-312.pyc index 89c8c2f..b6daf16 100644 Binary files a/backend/__pycache__/models.cpython-312.pyc and b/backend/__pycache__/models.cpython-312.pyc differ diff --git a/backend/main.py b/backend/main.py index 9585b2c..2563685 100644 --- a/backend/main.py +++ b/backend/main.py @@ -120,7 +120,7 @@ def mail(): }) -# Handle Images +# Handle Serving Public Images @app.route('/serve-image/', methods=['GET']) def serve_image(filename): @@ -147,6 +147,7 @@ def register_user(): "email": email, "order confirmed": order, }) + # Get orders @app.route("/orders", methods=["GET"]) def orders():