diff --git a/auth/src/index.ts b/auth/src/index.ts index 6bcdcef..c5fc846 100644 --- a/auth/src/index.ts +++ b/auth/src/index.ts @@ -3,6 +3,9 @@ import mongoose from "mongoose"; import { app } from "./app"; const startServer = async () => { + + console.log("Starting up......."); + const PORT = 3000; const SERVICE_NAME = "AUTH";