From e8c1fb4d461d7c73ab2fafff6008bde8b3552f6e Mon Sep 17 00:00:00 2001 From: harshithnrao Date: Tue, 25 Feb 2025 12:49:04 +0530 Subject: [PATCH] implementing softdelete - content --- src/app-config/config.json | 2 +- src/app-config/config.local.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app-config/config.json b/src/app-config/config.json index 964541d..871a64f 100644 --- a/src/app-config/config.json +++ b/src/app-config/config.json @@ -1,7 +1,7 @@ { "local": { "appConfig": { - "port": 3003 + "port": 3002 }, "dbConfig": { "host": "localhost", diff --git a/src/app-config/config.local.json b/src/app-config/config.local.json index 964541d..871a64f 100644 --- a/src/app-config/config.local.json +++ b/src/app-config/config.local.json @@ -1,7 +1,7 @@ { "local": { "appConfig": { - "port": 3003 + "port": 3002 }, "dbConfig": { "host": "localhost",