(no title)
erinan | 4 years ago
And having to go through a few files to understand how a request is handled is not out of the ordinary in an app, especially if it's grown over the years?
erinan | 4 years ago
And having to go through a few files to understand how a request is handled is not out of the ordinary in an app, especially if it's grown over the years?
dnautics|4 years ago
For example:. What exactly is the distinction between an endpoint and a router?
0x000000001|4 years ago
You can have multiple routers. I just built a thing where foo.com uses one router for the main site and *.foo.com is something else.