Skip to content

Commit

Permalink
Merge pull request #274 from alwinsimon/v1-CI-CD
Browse files Browse the repository at this point in the history
Added a comment for testing CD trigger.
  • Loading branch information
alwinsimon authored Oct 29, 2023
2 parents f7970f3 + afd5ed3 commit 8dc3855
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 8dc3855

Please sign in to comment.