Skip to content

Instantly share code, notes, and snippets.

@edharmowongso
Created September 12, 2020 09:27
Show Gist options
  • Save edharmowongso/482760d84ab29ad2946093fee8392dca to your computer and use it in GitHub Desktop.
Save edharmowongso/482760d84ab29ad2946093fee8392dca to your computer and use it in GitHub Desktop.
Controller File (campaign.js)
// Location: controller/campaign.js
exports.GetCampaignsByBrandId = async (req, res, next) => {
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment