diff --git a/test/fixture/nitro.config.ts b/test/fixture/nitro.config.ts index fc7952228d..59a6958c06 100644 --- a/test/fixture/nitro.config.ts +++ b/test/fixture/nitro.config.ts @@ -26,8 +26,7 @@ export default defineNitroConfig({ }, { route: "/api/hello2", - handler: "~/api/hello.ts", - method: "GET", + handler: "~/api/hello.ts" }, ], devProxy: {