Created
March 22, 2021 23:08
-
-
Save Akifcan/17ebdeb239ad1e2cdd248f8105c945e5 to your computer and use it in GitHub Desktop.
cuties-2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports = function(payload, response) { | |
const pets = context.services.get("mongodb-atlas").db("cuties").collection("pets").find(); | |
return pets | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment