From 0ca79bd3873793dae37c4baea8da641af5e0ba4b Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Wed, 29 Mar 2023 13:28:21 +0100 Subject: [PATCH] fix(gatecrashers): fix reference to wrong exercise name in subject --- subjects/gatecrashers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/gatecrashers/README.md b/subjects/gatecrashers/README.md index b5cf2592..2424e581 100644 --- a/subjects/gatecrashers/README.md +++ b/subjects/gatecrashers/README.md @@ -12,7 +12,7 @@ The request query will look like this `curl -u Caleb_Squires:abracadabra ...`. The server should properly handle unauthorized requests using the error code `401`. -Apart for the authentication part your server's behavior should remain unchanged from `late-guests`: +Apart for the authentication part your server's behavior should remain unchanged from `uninvited` exercise: - You will listen to port `5000` and print a message containing the port you are using. - For each **authorized** http `POST` request, your program should create the corresponding JSON file and store the contents of the body, and then provide the content as JSON in the HTTP response, if possible.