I created a sample academy app which works fine on GET request on localhost port 8069, return "Hello World"
localhost:port / academy / academy
But when I install the module on my hosted service, its throwing http 404 on GET request.
Can you please let me know what is missing -- http GET works fine on localhost but throws 404 when the module is installed on hosted service and using host/ academy / academy
Thanks! that worked.