Created
February 11, 2020 10:30
-
-
Save fire-cracker/4cbc607f9a4e88cbf5268d7f21f3231f 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 path from 'path'; | |
import gateway from 'express-gateway'; | |
import './user'; | |
import './music'; | |
gateway() | |
.load(path.join(__dirname, 'config')) | |
.run(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment