Skip to content

Commit

Permalink
Made a change to test Auth CD Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
alwinsimon committed Oct 28, 2023
1 parent 6562521 commit 58f6e74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ 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 58f6e74

Please sign in to comment.