mirror of
https://github.com/simple-login/app.git
synced 2024-11-17 22:21:38 +08:00
use Log.error to know when /api/apple/update_notification is called
This commit is contained in:
parent
bca1e227c7
commit
34635bf854
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ def apple_update_notification():
|
|||
The "Subscription Status URL" to receive update notifications from Apple
|
||||
TODO: to implement
|
||||
"""
|
||||
LOG.error("request for /api/apple/update_notification")
|
||||
LOG.d("request data %s", request.data)
|
||||
LOG.d("request json %s", request.get_json(silent=True))
|
||||
LOG.d("request %s", request)
|
||||
|
|
Loading…
Reference in a new issue