Skip to content

Commit c052637

Browse files
committed
Use braces for echo path parameter
1 parent c090b2f commit c052637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course-definition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ stages:
682682
$ ./your_server.sh
683683
```
684684
685-
The tester will then send two `GET` requests to the `/echo/<str>` endpoint on your server.
685+
The tester will then send two `GET` requests to the `/echo/{str}` endpoint on your server.
686686
687687
#### First request
688688

0 commit comments

Comments
 (0)