upload zip archive from strava

This commit is contained in:
Davide Scaini
2026-04-10 22:26:11 +02:00
parent fc6c00c6eb
commit da622131fd
4 changed files with 77 additions and 1 deletions
+1
View File
@@ -27,5 +27,6 @@ def test_edit_app_has_routes():
from bincio.edit.server import app
paths = {r.path for r in app.routes}
assert "/api/upload" in paths
assert "/api/upload/strava-zip" in paths
assert "/api/activity/{activity_id}" in paths
assert "/api/strava/sync" in paths