Skip to content

Commit

Permalink
chore(test): try running zerops
Browse files Browse the repository at this point in the history
  • Loading branch information
BleedingDev committed Oct 21, 2024
1 parent d9c946f commit 9d3b9dc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 20,341 deletions.
Binary file added bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion libs/api/dev/src/api-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Elysia } from 'elysia'

export const apiDev = new Elysia({ prefix: '/dev', tags: ['dev'] })
.use(apiCommonGuard)
.get('/ping', () => ({ status: 'PONG' }), {
.get('/ping', () => ({ status: 'ZEROPS' }), {
afterResponse: ({ request }) => reportSpend({ request }),
})
.get('/fail', () => {
Expand Down
Loading

0 comments on commit 9d3b9dc

Please sign in to comment.