From 3c389a3421bac982e4799197219265654b750ea5 Mon Sep 17 00:00:00 2001 From: nextjs-bot Date: Mon, 28 Jul 2025 07:04:53 +0000 Subject: [PATCH] update/rspack-manifest-1753686288938 --- test/rspack-build-tests-manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/rspack-build-tests-manifest.json b/test/rspack-build-tests-manifest.json index aaa54f1c4c58..9e59b5ac6d8d 100644 --- a/test/rspack-build-tests-manifest.json +++ b/test/rspack-build-tests-manifest.json @@ -9496,6 +9496,7 @@ "API routes dev support should not conflict with /api routes", "API routes dev support should not show warning if using externalResolver flag", "API routes dev support should not show warning when the API resolves and the response is piped", + "API routes dev support should not strip .json from API route", "API routes dev support should not warn if response body is larger than 4MB with responseLimit config = false", "API routes dev support should parse JSON body", "API routes dev support should parse bigger body then 1mb", @@ -9545,6 +9546,7 @@ "API routes production mode should handle 204 status correctly", "API routes production mode should handle proxying to self correctly", "API routes production mode should not conflict with /api routes", + "API routes production mode should not strip .json from API route", "API routes production mode should not warn if response body is larger than 4MB with responseLimit config = false", "API routes production mode should parse JSON body", "API routes production mode should parse bigger body then 1mb",