Skip to content

Commit

Permalink
Remove PlanetScale example - requires subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlee85 committed Apr 2, 2024
1 parent d31f980 commit 3e681de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/v7-edge-functions/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ export default new Router()
},
edge_function: './functions/general/caching.js',
})
.match('/example/planetscale-database', {
edge_function: './functions/database/planetscale/index.js',
})
.match('/example/upstash-database', {
edge_function: './functions/database/upstash/index.js',
});

0 comments on commit 3e681de

Please sign in to comment.