Skip to content

Instantly share code, notes, and snippets.

@Akifcan
Created March 22, 2021 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akifcan/17ebdeb239ad1e2cdd248f8105c945e5 to your computer and use it in GitHub Desktop.
Save Akifcan/17ebdeb239ad1e2cdd248f8105c945e5 to your computer and use it in GitHub Desktop.
cuties-2
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