Skip to content

Commit

Permalink
Merge pull request #257 from alwinsimon/V1-CI-CD
Browse files Browse the repository at this point in the history
Making a change to trigger CD workflow.
  • Loading branch information
alwinsimon authored Oct 28, 2023
2 parents 45ae95e + 3721ae9 commit a3b676b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit a3b676b

Please sign in to comment.