Is it possible to map different templates to urls?
-
I wish to map templates to urls, for example:
www.example.com/api/generate/invoice
serves templates from the invoice folder.
www.example.com/api/generate/summary
serves templates from the summary folder.
-
You can create your own proxy server that will translate such calls to jsreport.
I believe this isn't something jsreport should handle.