Skip to content

Commit 1dd1fed

Browse files
committed
2 parents 139b8e6 + 1ca342c commit 1dd1fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
func infoHandler(c *gin.Context) {
88
c.JSON(200, gin.H{
99
"http": "http://localhost" + port,
10-
"https": "https://localhost" + port,
10+
"https": "https://localhost" + portSSL,
1111
"ws": "ws://localhost" + port,
1212
"wss": "wss://localhost" + portSSL,
1313
})

0 commit comments

Comments
 (0)