Private
Public Access
1
0

c2 api calls now per own api

This commit is contained in:
Sander Roosendaal
2021-01-18 20:29:43 +01:00
parent 89a5bf777a
commit f42b20222c
4 changed files with 317 additions and 27 deletions

View File

@@ -4769,6 +4769,11 @@ def workout_upload_api(request):
except KeyError:
stravaid = ''
try:
c2id = post_data['c2id']
except KeyError:
c2id = ''
try:
garminid = post_data['garminid']
except KeyError: