Created
August 28, 2019 18:16
-
-
Save ekpangmichael/719b3616e2f9f83b7ad1994e78594532 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 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