Skip to content

Commit 0d4193f

Browse files
author
nofrish
committed
更新mock-comfy的启动端口为8188
1 parent dd5020d commit 0d4193f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func main() {
4545
r.GET("/history/:prompt_id", mock.handleHistory)
4646
r.GET("/queue", mock.handleQueue)
4747

48-
r.Run(":8288")
48+
r.Run(":8188")
4949
}
5050

5151
func (m *ComfyUIMock) handlePrompt(c *gin.Context) {

0 commit comments

Comments
 (0)