Skip to content

Commit

Permalink
Making a change to trigger CD workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
alwinsimon committed Oct 28, 2023
1 parent 41e9e38 commit 3721ae9
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 3721ae9

Please sign in to comment.