Merge pull request #396 from SamWolfs/fix/http-project-chapters

Fix chapter 12 & 13 headers
This commit is contained in:
Jean-Philippe Sirois
2021-05-27 03:57:32 -04:00
committed by GitHub
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.