Skip to content

Commit

Permalink
renaming api-routes example to route-handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Phillemon9493 committed Aug 13, 2024
1 parent 1c57c43 commit 62ac51c
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions examples/api-routes/next-env.d.ts

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Basic API routes example

Next.js ships with [API routes](https://nextjs.org/docs/api-routes/introduction) which provides an easy solution to build your own `API`. This example shows how to create multiple `API` endpoints with serverless functions, which can execute independently.
Next.js ships with [Route Handlers](https://nextjs.org/docs/app/building-your-application/routing/route-handlers) which provides an easy solution to build your own `API`. This example shows how to create multiple `API` endpoints with serverless functions, which can execute independently.

## Deploy your own

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 62ac51c

Please sign in to comment.