diff --git a/packages/gateway/config/kong.yml b/packages/gateway/config/kong.yml index 9ce0dea..43d25c1 100644 --- a/packages/gateway/config/kong.yml +++ b/packages/gateway/config/kong.yml @@ -120,6 +120,10 @@ services: paths: - /api/v1/versions strip_path: false + - name: app-version-check-route + paths: + - /api/app/version + strip_path: false - name: billing-service url: http://billing-service:3010