Skip to content

Commit

Permalink
Update API Router auth import docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewilson committed Oct 14, 2021
1 parent 449cb28 commit 96a94c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/next/guides/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
```
Expand Down

1 comment on commit 96a94c2

@headless-platform-by-wp-engine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Branch site-dev was deployed successfully
Your environment Development of app faustjs-site was successfully updated
View build logs: https://my.wpengine.com/atlas#/faustjs-site/cixzyt38dn5ak04xxcqc36lf/sgf5io5a4j8sgromsonecqjl
View your environment URL: https://hcixzyt38dn5ak04xxcqc36lf.js.wpenginepowered.com

Please sign in to comment.