Remove auth at edge

This commit is contained in:
Jared Palmer 2023-06-21 14:24:27 -07:00
parent 8841f5570f
commit 28f62d80cf

View file

@ -1,2 +1 @@
export { GET, POST } from '@/auth'
export const runtime = 'edge'