Skip to content

Commit

Permalink
Added a comment for testing CD trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
alwinsimon committed Oct 29, 2023
1 parent 706ef6f commit afd5ed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit afd5ed3

Please sign in to comment.