Skip to content

Commit

Permalink
docs(recipe): add link to next.js example
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed May 5, 2024
1 parent a2f28df commit 2a1f9d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ https://github.com/vercel/next.js
[![GitHub stars](https://img.shields.io/github/stars/vercel/next.js.svg?style=social&label=Star)](https://github.com/vercel/next.js)
![next.js downloads](https://img.shields.io/npm/dm/next)

See working Next.js example in [/examples/next-app/pages/api/users.ts](https://github.com/chimurai/http-proxy-middleware/blob/master/examples/next-app/pages/api/users.ts)

```typescript
// Next project: `/pages/api/users.proxy.ts`
import { createProxyMiddleware } from 'http-proxy-middleware';
Expand Down

0 comments on commit 2a1f9d0

Please sign in to comment.