Skip to content

Commit

Permalink
Merge pull request #14 from Finboost/dev-arman
Browse files Browse the repository at this point in the history
feat(api): add url encoded
  • Loading branch information
armandwipangestu authored Jun 7, 2024
2 parents fa4bfd3 + a13d0bd commit 18a25a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ app.use(

app.use(cookieParser());
app.use(express.json());
app.use(express.urlencoded({ extended: true }));

app.use(
`${process.env.API_VERSION}/docs`,
Expand Down

0 comments on commit 18a25a3

Please sign in to comment.