Skip to content

Commit

Permalink
Add missing slugs to 4 lectures
Browse files Browse the repository at this point in the history
  • Loading branch information
jslvtr committed Jul 12, 2023
1 parent c2f5bf9 commit 9a0fe8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: "Improvements to our first REST API"
description: "Add new error handling and code improvements to the REST API before adding any new endpoints."

slugs: improvements-to-our-first-rest-api
slug: improvements-to-our-first-rest-api
---

# Improvements to our first REST API
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: "New endpoints for our REST API"
description: "Let's add a few routes to our first REST API, so it better matches what a production REST API would look like."

slugs: new-endpoints-for-our-rest-api
slug: new-endpoints-for-our-rest-api
---

# New endpoints for our REST API
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: "Reloading API code in Docker container"
description: "Learn how to get your code instantly synced up to the Docker container, so that every time you make a code change it restarts the app in the container and uses the latest code."

slugs: reloading-api-code-in-docker-container
slug: reloading-api-code-in-docker-container
---

# Reloading API code in Docker container
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Flask-JWT-Extended setup
description: Install and set up the Flask-JWT-Extended extension with our REST API.
slug: flask-jwt-extended-setup
---

# Flask-JWT-Extended setup
Expand Down

1 comment on commit 9a0fe8d

@vercel
Copy link

@vercel vercel bot commented on 9a0fe8d Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.