Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated the example of api-routes to utilize the App Router #68771

Merged
merged 11 commits into from
Aug 13, 2024
Prev Previous commit
Next Next commit
chore(examples): fix next-env.d.ts
  • Loading branch information
samcx committed Aug 13, 2024
commit 6f740a1148b4828048a59f4411e02dbb255ae672
2 changes: 1 addition & 1 deletion examples/api-routes/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
Loading