mongodb-rest
mongodb-rest copied to clipboard
Return created document id
When Posting a new document is there a way to get the newly created document id?
In my use case there is a dashboard where the user creates a new entry and once the user submits the data i want to redirect them to the created page of that entry
any suggestions?