rayfarias56 / minrva-estimote-server

The server for the Minrva: Wayfinder app
0 stars 1 forks source link

Client URL issue #20

Open rayfarias56 opened 8 years ago

rayfarias56 commented 8 years ago

When in development the api url is ip/minrva-estimote-server/rest/v1.0. However in production the url is ip/rest/v1.0. This is part of Jersey and doesn't effect the server, but the issue is within the client javascript. The rootURL needs to be changed depending on environment. I have no idea what could solve this issue at the moment, but manually updating shouldn't be the solution.