JS: Add proxy as a route handler name

This commit is contained in:
Asger F
2025-11-26 11:22:08 +01:00
parent 7848369f77
commit 7bd1985407

View File

@@ -310,7 +310,8 @@ module NextJS {
)
|
this =
mod.getAnExportedValue([any(Http::RequestMethodName m), "middleware"]).getAFunctionValue()
mod.getAnExportedValue([any(Http::RequestMethodName m), "middleware", "proxy"])
.getAFunctionValue()
)
}