Skip to content

Commit

Permalink
use 80
Browse files Browse the repository at this point in the history
  • Loading branch information
whichwit committed Jan 30, 2025
1 parent a0e30dc commit c10891d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/VitalRecord.Utility/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import express, { Request, Response } from 'express';

const app = express();
const port = 8090;
const port = 80;

app.get('/', (req: Request, res: Response) => {
res.send('Hello from Express with TypeScript!');
Expand Down

0 comments on commit c10891d

Please sign in to comment.