We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa5366 commit b726e7cCopy full SHA for b726e7c
src/pages/api/capt.ts
@@ -26,7 +26,7 @@ const serverOptions = {
26
headless: true,
27
}
28
29
-export const POST: APIRoute = async ({ url }) => {
+export const GET: APIRoute = async ({ url }) => {
30
const isDev = url.searchParams.get('dev') === 'true'
31
const options = isDev ? Localoptions : serverOptions
32
0 commit comments