From afd5ed39d7877a238b0bf0b2a5117d66adbf689f Mon Sep 17 00:00:00 2001 From: "Dr. Alwin Simon" <003alwin@gmail.com> Date: Sun, 29 Oct 2023 13:30:43 +0530 Subject: [PATCH] Added a comment for testing CD trigger. --- auth/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/src/index.ts b/auth/src/index.ts index 6bcdcef..43011d7 100644 --- a/auth/src/index.ts +++ b/auth/src/index.ts @@ -3,6 +3,7 @@ import mongoose from "mongoose"; import { app } from "./app"; const startServer = async () => { + console.log("Starting up ......."); const PORT = 3000; const SERVICE_NAME = "AUTH";