forked from cartsnitch/app
8f9ccd78863d9527bc9a3678ba692bd43d78c300
The GET /me/email-in-address endpoint was unreachable because the Gateway HTTPRoute routes all /auth/* traffic to Better-Auth (port 3001), not the API service. This change: - Moves the endpoint from the /auth router to a new /api/v1/me/ router - Adds EmailInAddressResponse schema and get_email_in_address service method - Updates Settings.tsx to call /api/v1/me/email-in-address Fixes CAR-445. Co-Authored-By: Paperclip <noreply@paperclip.ing>
CartSnitch
Description
Languages
TypeScript
95.3%
Shell
2.9%
Dockerfile
0.5%
JavaScript
0.5%
HTML
0.5%
Other
0.3%