diff --git a/strava.yml b/strava.yml index 275e03c..b836a5b 100644 --- a/strava.yml +++ b/strava.yml @@ -64,6 +64,20 @@ spec: - host: "cycle-rider.ru" http: paths: + - path: /docs + pathType: Prefix + backend: + service: + name: cycle-backend-service + port: + number: 8000 + - path: /openapi.json + pathType: ImplementationSpecific + backend: + service: + name: cycle-backend-service + port: + number: 8000 - path: /api pathType: Prefix backend: