Skip to content

Feature #27: Hook client to server endpoints#40

Merged
raphael-frank merged 3 commits into
mainfrom
feature/27-hook-client-to-server-end-points
May 25, 2026
Merged

Feature #27: Hook client to server endpoints#40
raphael-frank merged 3 commits into
mainfrom
feature/27-hook-client-to-server-end-points

Conversation

@FadyGergesRezk
Copy link
Copy Markdown
Collaborator

Replaces the placeholder mock /hello responses in the web-client with real HTTP calls to the Spring services. To avoid cross-origin (CORS) requests, all API traffic is routed through a single origin: Traefik routes /api//* on the web-client entrypoint to the matching backend, stripping the prefix so each service sees its native paths. Also wires up the organization and feedback services so all six backends are reachable from the client.

Closes #27

@raphael-frank raphael-frank force-pushed the feature/27-hook-client-to-server-end-points branch from 654b45d to 6f3b210 Compare May 25, 2026 17:07
@raphael-frank
Copy link
Copy Markdown
Collaborator

I rebased onto #42 so the routing will be correct after merging. Rest lgtm!

@raphael-frank raphael-frank merged commit 1c36036 into main May 25, 2026
15 checks passed
@raphael-frank raphael-frank deleted the feature/27-hook-client-to-server-end-points branch May 25, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wire Web Client to Live Backend Hello Endpoints

3 participants