fix: add missing newline at end of route.ts file

This commit is contained in:
Daniel Luiz Alves
2025-08-18 20:31:39 -03:00
parent 2f022cae5d
commit a2ecd2e221

View File

@@ -28,4 +28,4 @@ export async function GET(req: NextRequest) {
}
return res;
}
}