Skip to content

Commit e11fd72

Browse files
authored
Deleting Get started repeated code. (#18094)
1 parent d0faff9 commit e11fd72

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/content/docs/d1/get-started.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,6 @@ To deploy your Worker to production using Wrangler, you must first repeat the [d
412412
Outputs: https://d1-tutorial.<YOUR_SUBDOMAIN>.workers.dev
413413
```
414414

415-
```sh output
416-
Outputs: https://d1-tutorial.<YOUR_SUBDOMAIN>.workers.dev
417-
```
418-
419415
You can now visit the URL for your newly created project to query your live database.
420416

421417
For example, if the URL of your new Worker is `d1-tutorial.<YOUR_SUBDOMAIN>.workers.dev`, accessing `https://d1-tutorial.<YOUR_SUBDOMAIN>.workers.dev/api/beverages` sends a request to your Worker that queries your live database directly.

0 commit comments

Comments
 (0)