Skip to content

Commit

Permalink
Merge pull request #254 from caorushizi/dev-ui
Browse files Browse the repository at this point in the history
feat: ✨  local ip
  • Loading branch information
caorushizi authored Aug 14, 2024
2 parents 70d9109 + df8f099 commit 3b8e386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/services/VideoService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class VideoService {
});

// 直接使用Koa的listen方法启动服务器
app.listen(this.port, () => {
app.listen(this.port, this.localIp, () => {
this.logger.info("Server is running on http://localhost:3000");
});
}
Expand Down

0 comments on commit 3b8e386

Please sign in to comment.