Skip to content

Commit

Permalink
port
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushchk committed Jul 24, 2024
1 parent 467c063 commit c8b77aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import cors from "cors";
import path from "path";

const app = express();
const port = "3000";
const port = "3001";

app.use(cors());
app.use(express.json());
Expand Down

0 comments on commit c8b77aa

Please sign in to comment.