Skip to content

Commit 079b990

Browse files
committed
fix: health check
1 parent cd4b020 commit 079b990

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

apps/api/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const app = new Elysia()
2222
],
2323
})
2424
)
25+
.use(health)
2526
.use(
2627
autumnHandler({
2728
identify: async ({ request }) => {
@@ -42,7 +43,6 @@ const app = new Elysia()
4243

4344
.use(query)
4445
.use(assistant)
45-
.use(health)
4646
.all('/trpc/*', ({ request }) => {
4747
return fetchRequestHandler({
4848
endpoint: '/trpc',

witcq

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
add/orpc
2+
alternate-colors
3+
better-sidebar
4+
billing
5+
chore/lint-fixes-2
6+
cursor/restructure-basket-app-architecture-bbde
7+
dev
8+
emails
9+
feat/api-keys
10+
feat/landing-revamp
11+
feat/reports
12+
feature/dashboard-ui-redesign
13+
fix/settings-ui
14+
logs
15+
* main
16+
make-referrers-clickable
17+
migrate-api
18+
migrate-autocomplete-to-combo-box
19+
org
20+
org2
21+
settings
22+
staging
23+
trpc
24+
ultracite

0 commit comments

Comments
 (0)