From 9320f04ad97e00bdd6970a0e1633c0e6e34f137d Mon Sep 17 00:00:00 2001 From: Eunjae Lee Date: Fri, 27 Sep 2024 16:33:47 +0200 Subject: [PATCH] Update tool-plugins/nextjs-starter/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Demetrius Feijóo --- tool-plugins/nextjs-starter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool-plugins/nextjs-starter/README.md b/tool-plugins/nextjs-starter/README.md index 14fee31..698d6cf 100644 --- a/tool-plugins/nextjs-starter/README.md +++ b/tool-plugins/nextjs-starter/README.md @@ -105,7 +105,7 @@ After completing both authentications, the `` component is rendered. 2. If you don't need the Management API but still want to validate the request on the backend: -When the `` component is rendered, it makes a request to `/api/test`. We attach the App Bridge token as a header. The endpoint verifies the token using `await verifyAppBridgeHeader(req)`. Only if the token is verified can you perform any desired action. +When the `` component is rendered, it makes a request to `/api/example`. We attach the App Bridge token as a header. The endpoint verifies the token using `await verifyAppBridgeHeader(req)`. Only if the token is verified can you perform any desired action. ### Tool Installation