Skip to content

Commit

Permalink
Fixing broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Oxyjun committed Sep 20, 2024
1 parent 9161a06 commit 9ceecaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In this tutorial, you will learn how to create an API that allows you to securel

This is useful if you want to access a D1 database outside of a Worker or Pages project, customize access controls and/or limit what tables can be queried.

D1's built-in [REST API](/api/operations/cloudflare-d1-create-database) is best suited for administrative use as the global [Cloudflare API rate limit](../../../fundamentals/api/reference/limits) applies.
D1's built-in [REST API](/api/operations/cloudflare-d1-create-database) is best suited for administrative use as the global [Cloudflare API rate limit](/fundamentals/api/reference/limits) applies.

To access a D1 database outside of a Worker project, you need to create an API using a Worker. Your application can then securely interact with this API to run D1 queries.

Expand Down

0 comments on commit 9ceecaf

Please sign in to comment.