233
This commit is contained in:
6
gateway/server.js
Normal file
6
gateway/server.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const path = require('path');
|
||||
const gateway = require('express-gateway');
|
||||
|
||||
gateway()
|
||||
.load(path.join(__dirname, 'config'))
|
||||
.run();
|
||||
Reference in New Issue
Block a user