Skip to content

Commit

Permalink
Merge pull request #260 from alwinsimon/v1
Browse files Browse the repository at this point in the history
V1
  • Loading branch information
alwinsimon authored Oct 28, 2023
2 parents 078c2f4 + 0971887 commit 1c7b5ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ 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 1c7b5ff

Please sign in to comment.