fix(gatecrashers): fix reference to wrong exercise name in subject

This commit is contained in:
Michele Sessa 2023-03-29 13:28:21 +01:00 committed by Michele
parent 52cdb0286e
commit 0ca79bd387
1 changed files with 1 additions and 1 deletions

View File

@ -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.