From 923366bd23d38bb19fce3c1c8f4c579bff5170ba Mon Sep 17 00:00:00 2001 From: Richard Rohrig <45824492+rohrig@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:46:28 +0200 Subject: [PATCH] chore: update extendApp signature --- packages/docs/integrate/extending-integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/integrate/extending-integrations.md b/packages/docs/integrate/extending-integrations.md index b8f9a9c5fb..d6049c854a 100644 --- a/packages/docs/integrate/extending-integrations.md +++ b/packages/docs/integrate/extending-integrations.md @@ -19,7 +19,7 @@ const extension = { extendApiMethods: { customMethod: (context, params) => { /* ... */ }, }, - extendApp: (app) => { /* ... */ + extendApp: ({app, configuration}) => { /* ... */ }, hooks: (req, res) => { return {