Skip to content

Commit a0ef78b

Browse files
authored
Merge pull request #17 from CodeYourFuture/hidden
Fix markdown of details section
2 parents af68a49 + 958fb3f commit a0ef78b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

E-Commerce-API/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ As a developer, I want to build up my API using TDD - writing the test first and
3838

3939
<details>
4040
<summary>Try writing out your own acceptance criteria from the user stories before looking here</summary>
41+
4142
- [ ] Endpoint `/products` should return a list of all product names with their prices and supplier names.
4243
- [ ] Endpoint `/products` should filter the list of products by name using a query parameter, even if the parameter is not used.
4344
- [ ] Endpoint `/customers/:customerId` should load a single customer by their ID.

0 commit comments

Comments
 (0)