Closed vcardillo closed 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.
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.
Ahh... okay.
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.