Files
netbird/shared/relay/constants.go
2025-11-17 17:10:41 +01:00

7 lines
122 B
Go

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