Skip to content

Commit

Permalink
fix: port error #89
Browse files Browse the repository at this point in the history
  • Loading branch information
dragontaek-lee committed Jun 19, 2023
1 parent 9558508 commit c301ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import errorHandler from "./middlewares/errorHandler";
import config from "./config";

const app = express();
const PORT = 3001;
const PORT = 3000;

app.use(
cors({
Expand Down

0 comments on commit c301ebc

Please sign in to comment.