Files
netbird/shared/relay/constants.go
2025-11-05 12:59:36 +01:00

7 lines
122 B
Go

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