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";