{/* Header */}
@@ -764,8 +761,7 @@ function App() {
/>
diff --git a/content-gen/src/backend/app.py b/content-gen/src/backend/app.py
index aecdf7f8..3fe4ffc6 100644
--- a/content-gen/src/backend/app.py
+++ b/content-gen/src/backend/app.py
@@ -76,19 +76,6 @@ async def health_check():
})
-# ==================== User Info Endpoint ====================
-
-@app.route("/api/user", methods=["GET"])
-async def get_current_user():
- """
- Get the current authenticated user info.
-
- Returns user details from EasyAuth headers, or empty values if not authenticated.
- """
- user = get_authenticated_user()
- return jsonify(user)
-
-
# ==================== Chat Endpoints ====================
@app.route("/api/chat", methods=["POST"])
diff --git a/docs/images/readme/solution_architecture.png b/docs/images/readme/solution_architecture.png
index 0ddd5e9e..9fd59be5 100644
Binary files a/docs/images/readme/solution_architecture.png and b/docs/images/readme/solution_architecture.png differ