Hello all, In a jquery library I am using at Enterprise Store, store side, I am sending HTTP GET request to "http://localhost:9763/store/apis123/products" and I need a string as response for this. In my jaggery.conf file at store, I have added *{* * "url": "/apis123/products/*",* * "path": "/apis/products.jag"* * }* URL mapping [1]. I have added a products.jag file at store/apis/ which contains logic I required [2]. But when I try to access this URL, I am getting 404 Not Found. Is there anything else I need to do to make this work?
1. https://gist.github.com/anonymous/10452158 2. https://gist.github.com/cdwijayarathna/10452307 <https://gist.github.com/anonymous/10452158>-- *Chamila Wijayarathna* Engineering Intern, WSO2 Inc.
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
