Skip to content

Commit

Permalink
fix(index.ts): calling wrong method to start application
Browse files Browse the repository at this point in the history
  • Loading branch information
phucvinh57 committed Sep 18, 2023
1 parent aa16608 commit c2ededa
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 @@ -12,4 +12,4 @@ const app = createServer({
port: PORT
});

app.listen();
app.start();

0 comments on commit c2ededa

Please sign in to comment.