trails/apps/journal/app
Ullrich Schäfer a5d682d671 Fix CORS on Planner→Journal callback endpoint
The Save to Journal button makes a cross-origin POST from
planner.trails.cool to trails.cool. The browser's preflight OPTIONS
request was returning HTML (no CORS headers), blocking the save flow.

Add CORS headers to all responses and handle OPTIONS preflight in a
loader. Origin is restricted to PLANNER_URL.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 01:16:32 +00:00
..
components Fix SSR hydration mismatch for dates 2026-03-24 20:22:58 +00:00
lib Use explicit .ts extensions for Node-compatible imports 2026-03-25 01:34:16 +01:00
routes Fix CORS on Planner→Journal callback endpoint 2026-03-25 01:16:32 +00:00
root.tsx Add root ErrorBoundary to both apps, simplify withDb 2026-03-25 00:06:10 +01:00
routes.ts Implement Journal activity feed (Group 10) 2026-03-24 23:20:04 +01:00