File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,9 @@ service.start(3000)
4141 // Known compatible frameworks: Restana, Express.js
4242 // If omitted, restana is used as default HTTP framework
4343 server,
44- // Optional restana library configuration (https://www.npmjs.com/package/restana#configuration)
45- // If the given value is a function instead of an object, it will be considered a restana server factory.
46- //
47- // If "server" is provided, this settings are ignored.
44+ // Optional restana library configuration (https://www.npmjs.com/package/restana#configuration)
45+ //
46+ // Please note that if "server" is provided, this settings are ignored.
4847 restana: {},
4948 // Optional global middlewares in the format: (req, res, next) => next()
5049 // Default value: []
You can’t perform that action at this time.
0 commit comments