We have small nestjs server running, and by looking at the code you can tell that there are two endpoints available, but when we hit those two endpoints we are getting 404.
- Find the bug
- Fix the bug
- Run
npm run test
successfully.
- refactoring
- adding unit test cases.