mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-16 18:11:58 +02:00
* Separate shared code dependencies * Fix import * Test respective shared code * Update openapi ref * Fix test * Fix test path
6 lines
121 B
Go
6 lines
121 B
Go
package relay
|
|
|
|
const (
|
|
// WebSocketURLPath is the path for the websocket relay connection
|
|
WebSocketURLPath = "/relay"
|
|
) |