Skip to content

Instantly share code, notes, and snippets.

@fire-cracker
Created February 11, 2020 10:30
Show Gist options
  • Save fire-cracker/4cbc607f9a4e88cbf5268d7f21f3231f to your computer and use it in GitHub Desktop.
Save fire-cracker/4cbc607f9a4e88cbf5268d7f21f3231f to your computer and use it in GitHub Desktop.
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