Browse Source

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

pull/1919/head
Michele Sessa 1 year ago committed by Michele
parent
commit
0ca79bd387
  1. 2
      subjects/gatecrashers/README.md

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

Loading…
Cancel
Save