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)
41
41
// Known compatible frameworks: Restana, Express.js
42
42
// If omitted, restana is used as default HTTP framework
43
43
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.
48
47
restana: {},
49
48
// Optional global middlewares in the format: (req, res, next) => next()
50
49
// Default value: []
You can’t perform that action at this time.
0 commit comments