Skip to content

Commit

Permalink
Update import location of BlitzServerMiddleware (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhsuresh authored Feb 6, 2024
1 parent 6d7dafa commit a1a69a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/docs/middleware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Blitz-compatible server plugin.

```ts
...
import {BlitzServerMiddleware} from "blitz"
import {BlitzServerMiddleware} from "@blitzjs/next"
import {BlitzGuardMiddleware} from "@blitz-guard/core/dist/middleware"
...

Expand Down

0 comments on commit a1a69a0

Please sign in to comment.