Add health and metrics routes to Journal route config
The route files existed but weren't registered in the explicit routes.ts, so React Router never compiled them into the build. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
296f9e57dd
commit
3c5fb517dc
1 changed files with 2 additions and 0 deletions
|
|
@ -20,4 +20,6 @@ export default [
|
|||
route("activities/:id", "routes/activities.$id.tsx"),
|
||||
route("users/:username", "routes/users.$username.tsx"),
|
||||
route("privacy", "routes/privacy.tsx"),
|
||||
route("api/health", "routes/api.health.ts"),
|
||||
route("api/metrics", "routes/api.metrics.ts"),
|
||||
] satisfies RouteConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue