Skip to content

Instantly share code, notes, and snippets.

@ekpangmichael
Created August 28, 2019 18:14
Show Gist options
  • Save ekpangmichael/47f3d75234b9f8d6f903e700c19b6350 to your computer and use it in GitHub Desktop.
Save ekpangmichael/47f3d75234b9f8d6f903e700c19b6350 to your computer and use it in GitHub Desktop.
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