Files
Anmol Sethi 58d72d53a1 routes/index.ts: register proxy routes before body-parser
Any json or urlencoded request bodies were being consumed by body-parser
before they could be proxied. That's why requests without Content-Type
were proxied correctly as body-parser would not consume their body.

This allows the http-proxy package to passthrough the request body correctly
in all instances.

Closes #2377
2021-02-01 11:08:40 -05:00
..
2020-11-06 10:13:01 -05:00
2020-11-13 18:44:28 -05:00
2020-10-26 17:56:13 -05:00
2020-12-17 15:49:36 -06:00