From 00395357bf38179d43e0dc8256d6869a1c4286e3 Mon Sep 17 00:00:00 2001 From: Andy Li <1450947+andy1li@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:25:20 +0800 Subject: [PATCH] Clarify response requirements for file existence in the `/files/{filename}` endpoint in stage description. --- stage_descriptions/base-07-ap6.md | 2 ++ 1 file changed, 2 insertions(+) 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: ```