mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
Differentiate between http server and express app
This commit is contained in:
parent
c8b6d3b4f3
commit
4416210471
3 changed files with 11 additions and 8 deletions
|
@ -54,7 +54,8 @@ Called from: src/node/server.js
|
|||
|
||||
Things in context:
|
||||
|
||||
1. app - the main application object (helpful for adding new paths and such)
|
||||
1. app - the main express application object (helpful for adding new paths and such)
|
||||
1. server - the http server object
|
||||
|
||||
This hook gets called after the application object has been created, but before it starts listening. This is similar to the expressConfigure hook, but it's not guaranteed that the application object will have all relevant configuration variables.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue