Skip to content

Instantly share code, notes, and snippets.

@ekpangmichael
Created August 28, 2019 18:16
Show Gist options
  • Save ekpangmichael/719b3616e2f9f83b7ad1994e78594532 to your computer and use it in GitHub Desktop.
Save ekpangmichael/719b3616e2f9f83b7ad1994e78594532 to your computer and use it in GitHub Desktop.
import { Router } from 'express';
import botRouter from './search';
const v1Router = Router();
v1Router.use('/api/v1', botRouter);
export default v1Router;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment