mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
7 lines
122 B
Go
7 lines
122 B
Go
package relay
|
|
|
|
const (
|
|
// WebSocketURLPath is the path for the websocket relay connection
|
|
WebSocketURLPath = "/relay"
|
|
)
|