Skip to content

Commit 570005a

Browse files
Roberto Soramatteosuppo
Roberto Sora
authored andcommitted
expose origin end update flags when callinig /info
1 parent 352d1a5 commit 570005a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

info.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ func infoHandler(c *gin.Context) {
1818
"https": "https://localhost" + portSSL,
1919
"ws": "ws://" + host + port,
2020
"wss": "wss://localhost" + portSSL,
21+
"origins": origins,
22+
"update_url": updateUrl,
2123
})
2224
}
2325

0 commit comments

Comments
 (0)