bentocorp / android

The customer Android app
0 stars 0 forks source link

REQUEST_URI: /init/all #175

Closed vcardillo closed 9 years ago

vcardillo commented 9 years ago

REQUEST_METHOD: GET REQUEST_URI: /init/all

Android appears to be calling this URL, but it's not a valid API call. It should be /init/{date}, to also obtain the menu for a given date inside of the /init call.

vcardillo commented 9 years ago

I just saw this come through in production. All Android users are forced to upgrade, so this bug must still exist somewhere.

xkokushox commented 9 years ago

I checked again and i dont call that service anymore, what i think is that a user with an old version opened the app, and even if he only see the update screen, the service started and called that WS.

vcardillo commented 9 years ago

Ahh... okay.