UNPKG

express-gateway-plugin-body-modifier-example

Version:
7 lines (5 loc) 135 B
const path = require('path'); const gateway = require('express-gateway'); gateway() .load(path.join(__dirname, 'config')) .run();