diff --git a/stage_descriptions/base-07-ap6.md b/stage_descriptions/base-07-ap6.md index feb2e4a..9552e82 100644 --- a/stage_descriptions/base-07-ap6.md +++ b/stage_descriptions/base-07-ap6.md @@ -8,6 +8,8 @@ $ ./your_program.sh --directory /tmp/ The tester will then send two `GET` requests to the `/files/{filename}` endpoint on your server. +Your response should depend on whether `{filename}` exists in the directory specified by `--directory`. + #### First request The first request will ask for a file that exists in the files directory: ```