Created
August 28, 2019 18:14
-
-
Save ekpangmichael/47f3d75234b9f8d6f903e700c19b6350 to your computer and use it in GitHub Desktop.
This file contains 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
import { Router } from 'express'; | |
import WhatsappBot from '../controllers/WhatsappBot'; | |
const botRouter = Router(); | |
botRouter.post('/incoming', WhatsappBot.googleSearch); | |
export default botRouter; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment