
When I try to start my app, I take this error. That's my first experience with Ts.ED. Can you help how can i pass this error ?
These are my other files ;



You are making GET "/", based on your controller it should be GET "/hello-world"
@Controller("/hello-world") define root path for the controller's API routes
You are making GET "/", based on your controller it should be GET "/hello-world"
@Controller("/hello-world")define root path for the controller's API routes
I got it, Thank you. Have a good work
Most helpful comment
You are making GET "/", based on your controller it should be GET "/hello-world"
@Controller("/hello-world")define root path for the controller's API routes