Tsed: App Starting Error

Created on 29 Oct 2020  路  2Comments  路  Source: tsedio/tsed

tsederror

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 ;

tsedindex

tsedserv

Screenshot_68

question

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

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings