You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add multi-domain support for API routing (#25)
Allow the domain config option to accept an array of domains
for resilience/redundancy scenarios where the same API needs
to be accessible from multiple domains.
- Add normalizeDomains() helper to handle string|array|null
- Update registerUriRoutes() and registerNonUriRoutes() to loop through domains
- Add tests for multi-domain routing
- Update README and Wiki documentation
- Add @sameededitz to thanks section
Closes #22