Closed jkyberneees closed 4 years ago
This extension allows to externalise the restana server instantiation:
const gateway = require('fast-gateway') const restana = require('restana') const serverInstance = restana({}) const server = gateway({ restana: () => serverInstance, //... })
This extension allows to externalise the restana server instantiation: