Hi,
While working on AGPUSH-124,  which consist in removing the ag-controller bits from aerodoc,  I had to change the REST URL because basically in JAX-RS it's not possible to serve static resource (HTML, JS) and serve rest resource if it's used in the same context/path.

So, it's not that big deal but the clients (ios, android, web) using the aerodoc backend will have to change their REST url which consist in prefixing all the existing services with  /rest/

The readme and the cURL samples in the PR has been updated to reflect that.

The PR can be found here  PR https://github.com/aerogear/aerogear-push-quickstart-backend/pull/15

Thx !

Seb