mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Merge pull request #3123 from Sjord/fix-hook-called-from
Update called from for two hooks
This commit is contained in:
commit
f2a22f197d
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ Things in context: None
|
||||||
This function is called after a specific plugin is initialized. This would probably be more useful than the previous two functions if you only wanted to add in features to one specific plugin.
|
This function is called after a specific plugin is initialized. This would probably be more useful than the previous two functions if you only wanted to add in features to one specific plugin.
|
||||||
|
|
||||||
## expressConfigure
|
## expressConfigure
|
||||||
Called from: src/node/server.js
|
Called from: src/node/hooks/express.js
|
||||||
|
|
||||||
Things in context:
|
Things in context:
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ Things in context:
|
||||||
This is a helpful hook for changing the behavior and configuration of the application. It's called right after the application gets configured.
|
This is a helpful hook for changing the behavior and configuration of the application. It's called right after the application gets configured.
|
||||||
|
|
||||||
## expressCreateServer
|
## expressCreateServer
|
||||||
Called from: src/node/server.js
|
Called from: src/node/hooks/express.js
|
||||||
|
|
||||||
Things in context:
|
Things in context:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue