Skip to content

Commit

Permalink
Rename prop
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Oct 11, 2024
1 parent 76223a8 commit e3473ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/proxies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const proxyMap: Record<string, Options> = {
);
}
},
onProxyReq: (proxyRes: any, req: any, res: any) => {
onProxyRes: (proxyRes: any, req: any, res: any) => {
const includesJsonHeaders =
req.headers.accept?.includes("application/json");
if (
Expand Down

0 comments on commit e3473ba

Please sign in to comment.