diff --git a/src/pages/api/detect/[host].ts b/src/pages/api/detect/[host].ts index c012ac4..388088b 100644 --- a/src/pages/api/detect/[host].ts +++ b/src/pages/api/detect/[host].ts @@ -173,7 +173,7 @@ export const get: APIRoute = async ({ params }) => { ); } catch { return new Response(JSON.stringify({ error: "Couldn't detect instance" }), { - status: 400, + status: 404, headers: { "Content-Type": "application/json", },