Files
netbird/shared/relay/constants.go
T

7 lines
122 B
Go

package relay
const (
// WebSocketURLPath is the path for the websocket relay connection
WebSocketURLPath = "/relay"
)