We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 139b8e6 + 1ca342c commit 1dd1fedCopy full SHA for 1dd1fed
info.go
@@ -7,7 +7,7 @@ import (
7
func infoHandler(c *gin.Context) {
8
c.JSON(200, gin.H{
9
"http": "http://localhost" + port,
10
- "https": "https://localhost" + port,
+ "https": "https://localhost" + portSSL,
11
"ws": "ws://localhost" + port,
12
"wss": "wss://localhost" + portSSL,
13
})
0 commit comments