Skip to content

Commit a3fad23

Browse files
committed
fix: lmao forgot to add prefix
1 parent 02bb194 commit a3fad23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/basket/src/routes/email.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async function checkEmailDuplicate(
7777
return false;
7878
}
7979

80-
const app = new Elysia()
80+
const app = new Elysia({ prefix: '/email' })
8181
.post('/', async ({ body, request }: { body: unknown; request: Request }) => {
8282
// Validate API key
8383
if (!validateApiKey(request)) {

0 commit comments

Comments
 (0)