SAP-archive / starter-NodeJS

Recast.AI official starter-kit for NodeJS
MIT License
21 stars 39 forks source link

POST route on server.js #2

Closed mycaule closed 6 years ago

mycaule commented 6 years ago

Is POST method sufficient here ?

https://github.com/RecastAI/starter-NodeJS/blob/0230e4b9c7235f564b269fd8fe6be8f97b325231/src/server.js#L27

dbousque commented 6 years ago

You're right, GET shouldn't even be valid, nice catch ! Could you make a pull request ? We can take care of it otherwise.