Increase body limit to 1mb

This commit is contained in:
Shadowfacts 2021-11-06 12:06:41 -04:00
parent ce96694f13
commit 9f4e036173
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ const app = express();
app.use(morgan('combined'));
app.use(bodyParser.text({
type: "text/html",
limit: '1mb',
}));
app.get('/status', (req, res) => {