mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Update docs
This commit is contained in:
parent
0c9c1f514f
commit
1c38f5bab9
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,7 @@ Called from: src/node/server.js
|
|||
Things in context:
|
||||
|
||||
1. app - the main express application object (helpful for adding new paths and such)
|
||||
1. server - the http server object
|
||||
2. 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.
|
||||
|
||||
|
@ -77,6 +77,7 @@ Things in context:
|
|||
|
||||
1. app - the application object
|
||||
2. io - the socketio object
|
||||
3. server - the http server object
|
||||
|
||||
I have no idea what this is useful for, someone else will have to add this description.
|
||||
|
||||
|
|
Loading…
Reference in a new issue