diff --git a/backend/openapiconfig.json b/backend/openapiconfig.json deleted file mode 100644 index d42a2a2..0000000 --- a/backend/openapiconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "npmName": "Ticket-API-Services", - "npmVersion": "0.0.0", - "providedIn": "root", - "withInterfaces": true, - "enumNameSuffix": "Enum", - "supportsES6": true, - "ngVersion": "17.0.0", - "modelSuffix": "Model", - "stringEnums": true, - "enumPropertyNaming": "PascalCase", - "modelPropertyNaming": "original", - "fileNaming": "camelCase", - "paramNaming": "camelCase" -}