Skip to content

Commit

Permalink
Disable urlencoded
Browse files Browse the repository at this point in the history
  • Loading branch information
XK4MiLX committed Feb 15, 2024
1 parent 463cd08 commit d3eb347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZelBack/src/lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { app } = expressWs;

app.use(morgan('combined'));
app.use(express.json());
app.use(express.urlencoded({ extended: true }));
// app.use(express.urlencoded({ extended: true }));
app.use(cors());

require('../routes')(app, expressWs);
Expand Down

0 comments on commit d3eb347

Please sign in to comment.