cloudflare/worker-template-router

needs root route

ashleygwilliams opened this issue · 2 comments

this template works beautifully with wrangler, however the publish experience could be slightly improved.

when this worker is pushed to a route, wrangler will say "go visit your worker at defined route"

however, there is no root route defined in the worker, so the user may see an empty page or something confusing.

to fix this, let's add a root route that explains the routes that the app designates!

hey @ashleygwilliams can you check the PR and see if its good to go?

thanks

thank you so much @linuxjuggler ! closed by #10