diff --git a/docs/blueprints.md b/docs/blueprints.md index e80a125e..029e61d8 100644 --- a/docs/blueprints.md +++ b/docs/blueprints.md @@ -84,6 +84,7 @@ def ignore_404s(request, exception): ## Start and Stop Blueprints and run functions during the start and stop process of the server. If running in multiprocessor mode (more than 1 worker), these are triggered +after forking Available events are: * before_server_start - Executed before the server begins to accept connections