ccarruitero / ccarruitero/makemehapi
the "validation" assignment tests whether "/" is a 404, despite not being an assignment requirement
Open
- Dominant language
- JavaScript
- Stars
- 480
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
The validation assignment currently fails if the `/` route serves actual content, despite this not being relevant to the assignment of making a `/chickens/{breed}` route. There is no good reason for this failure: especially if people are extending their program as they run through the assignments, the `/` route will still contain the ROT13 exercise output. Which should be fine.
Contributor guide
Assessment
This issue has not been assessed yet.