Skip to content

Commit

Permalink
Modify adapter api
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Nguyen committed Mar 2, 2022
1 parent 6572da3 commit b165e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const port = portConfig || 8080

app.use(bodyParser.json())

app.post('/', (req, res) => {
app.post('/deal', (req, res) => {
console.log('POST Data: ', req.body)
createRequest('post', req.body, (status, result) => {
console.log('Result: ', result)
Expand Down

0 comments on commit b165e2e

Please sign in to comment.