diff --git a/docs/next/guides/authentication.mdx b/docs/next/guides/authentication.mdx index 5a259b777..84186d846 100644 --- a/docs/next/guides/authentication.mdx +++ b/docs/next/guides/authentication.mdx @@ -22,7 +22,7 @@ Before you get started with implementing an authentication strategy, you'll need ```ts title=src/pages/api/faust/[[...route]].ts import 'faust.config'; -import { apiRouter } from '@faustjs/core'; +import { apiRouter } from '@faustjs/core/api'; export default apiRouter; ```