Skip to content

Commit 224e65f

Browse files
committed
added startup message
1 parent 5289b08 commit 224e65f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

auth-service/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import mongoose from "mongoose";
22
import { app } from "./app";
33

44
const startApplication = async () => {
5+
console.log("starting up");
56
if (!process.env.JWT_KEY) {
67
throw new Error("JWT TOKEN is not defined");
78
}

0 commit comments

Comments
 (0)