parent
9d63306fc9
commit
5c423e149f
2 changed files with 4 additions and 0 deletions
@ -1,5 +1,7 @@ |
|||||||
import { execSync } from 'child_process'; |
import { execSync } from 'child_process'; |
||||||
|
|
||||||
|
export const prerender = false; |
||||||
|
|
||||||
export async function GET() { |
export async function GET() { |
||||||
return new Response(JSON.stringify({}), {}); |
return new Response(JSON.stringify({}), {}); |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue