Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions stage_descriptions/base-07-ap6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down
Loading