From fbabcb0107cc4d178324651062aad26464602053 Mon Sep 17 00:00:00 2001 From: jellejurre Date: Fri, 4 Oct 2024 00:15:45 +0200 Subject: [PATCH] Remove extra reference --- openapi/components/paths.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/openapi/components/paths.yaml b/openapi/components/paths.yaml index 9e9f18e7..cdd2711e 100644 --- a/openapi/components/paths.yaml +++ b/openapi/components/paths.yaml @@ -50,8 +50,6 @@ $ref: "./paths/economy.yaml#/paths/~1auth~1user~1subscription" '/subscriptions': $ref: "./paths/economy.yaml#/paths/~1subscriptions" -'/licenseGroups': - $ref: "./paths/economy.yaml#/paths/~1licenseGroups" '/licenseGroups/{licenseGroupId}': $ref: "./paths/economy.yaml#/paths/~1licenseGroups~1{licenseGroupId}"