Fix chapter 12 & 13 headers

This commit is contained in:
Sam Wolfs
2021-05-27 03:49:42 -04:00
committed by Jean-Philippe Sirois
parent 26283c0b25
commit 11af26cef2
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@ created_at: 2020/06/08
title: "Chapter 12: Replying"
---
## Chapter 11: Replying.
## Chapter 12: Replying.
Servers have a number of responses they can make to a request. These range from "OK" to "Not Found" a list can be found [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status)
@@ -5,7 +5,7 @@ created_at: 2020/06/08
title: "Chapter 13: Config"
---
## Chapter 12: Config.
## Chapter 13: Config.
For the time being we have been hard coding all the various values like the port and the web directory,
it's about time we made this configurable.