Note
This directory contains the application's path-based routers.
Each router is responsible for handling the requests to a specific REST API endpoint.
| Router | REST API Path |
|---|---|
adminRouter |
/api/admin/* |
authRouter |
/api/auth/* |
connectRouter |
/api/connect/* |
subscriptionsRouter |
/api/subscriptions/* |
webhooksRouter |
/api/webhooks/* |