From d48395089c0fad5e9a1fa83a05950fc35372e926 Mon Sep 17 00:00:00 2001 From: Sjoerd Langkemper Date: Tue, 17 Jan 2017 14:59:24 +0100 Subject: [PATCH] Update called from for two hooks `expressCreateServer` and `expressConfigure` are called from `express.js`, not from `server.js`. --- doc/api/hooks_server-side.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/hooks_server-side.md b/doc/api/hooks_server-side.md index 5775c49d..f894fec9 100644 --- a/doc/api/hooks_server-side.md +++ b/doc/api/hooks_server-side.md @@ -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. ## expressConfigure -Called from: src/node/server.js +Called from: src/node/hooks/express.js 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. ## expressCreateServer -Called from: src/node/server.js +Called from: src/node/hooks/express.js Things in context: