Can I have multiple routing and middleware definition in integrant and ataraxy? I want my system to respond to both text/html and application/edn request.
text/html
application/edn
Or, should I split application to xxx.api and xxx.site?