Skip to content

Commit

Permalink
fixed image urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancernja committed Jul 28, 2023
1 parent f57e4e9 commit abce1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _blog/2023-07-28-turso-shuttle-integration-cats-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Here are the following routes:

When we load our API home page route up on the browser, our front page will look like this:

![Preview of the cat facts API front page](cat-facts-frontpage.png)
![Preview of the cat facts API front page](/images/blog/cat-facts-frontpage.png)

It’s quite simple, but as this is intentionally meant to be an API for other developers to pull from, we really only need to add what routes are available and write about for other developers to pull from, we really only need to add what routes are available and write about how to use them.how to use them.

Expand Down Expand Up @@ -524,7 +524,7 @@ impl shuttle_runtime::Service for CustomService {

Now that we’ve written everything, all you need to do is to use `cargo shuttle deploy` (add `--allow-dirty` if on a Git branch with uncommitted changes) and if there are no problems, you’ll be able to visit your web service at the provided URL in the terminal! The deployment at the end should look like something similar to this:

![Preview of the cat facts API deployment](cat-facts-deployed.png)
![Preview of the cat facts API deployment](/images/blog/cat-facts-deployed.png)

## Conclusion

Expand Down

0 comments on commit abce1c6

Please sign in to comment.