Skip to content

Commit b501eec

Browse files
updated dynamic api exports
1 parent be3fef1 commit b501eec

File tree

1 file changed

+2
-0
lines changed
  • app/api/integrations/github/repos

1 file changed

+2
-0
lines changed

app/api/integrations/github/repos/route.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { NextRequest, NextResponse } from 'next/server'
22
import { createServerClient } from '@/lib/supabase-server'
33

4+
export const dynamic = 'force-dynamic'
5+
46
export async function GET(request: NextRequest) {
57
try {
68
const supabase = createServerClient()

0 commit comments

Comments
 (0)