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