From 316f0b283284f5e1d10890a76d537987d4f5f0c3 Mon Sep 17 00:00:00 2001 From: Igor Propisnov Date: Wed, 22 May 2024 16:28:19 +0200 Subject: [PATCH] remove unused json --- backend/openapiconfig.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 backend/openapiconfig.json 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" -}