Skip to content

Commit

Permalink
remove proxy middleware filter (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
andnorda authored May 6, 2024
1 parent a08b941 commit c92409c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/proxy-middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { CALL_ID, CONSUMER_ID } from "./tracingMiddleware.js";
import { APP_NAME } from "../config/base-config.js";

export const proxyMiddleware = (proxyContextPath: string, proxy: Proxy): RequestHandler => {
return createProxyMiddleware(proxyContextPath, {
return createProxyMiddleware({
target: proxy.toUrl,
logLevel: 'error',
headers: {
Expand Down

0 comments on commit c92409c

Please sign in to comment.