Skip to content

Commit f5d36d4

Browse files
authored
Merge pull request #133 from codecrafters-io/andy/tweak
Update instructions #ap6 Return a file
2 parents 5eb9370 + 0039535 commit f5d36d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stage_descriptions/base-07-ap6.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ $ ./your_program.sh --directory /tmp/
88

99
The tester will then send two `GET` requests to the `/files/{filename}` endpoint on your server.
1010

11+
Your response should depend on whether `{filename}` exists in the directory specified by `--directory`.
12+
1113
#### First request
1214
The first request will ask for a file that exists in the files directory:
1315
```

0 commit comments

Comments
 (0)