mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-17 02:21:47 +02:00
[misc] Separate shared code dependencies (#4288)
* Separate shared code dependencies * Fix import * Test respective shared code * Update openapi ref * Fix test * Fix test path
This commit is contained in:
6
shared/relay/constants.go
Normal file
6
shared/relay/constants.go
Normal file
@ -0,0 +1,6 @@
|
||||
package relay
|
||||
|
||||
const (
|
||||
// WebSocketURLPath is the path for the websocket relay connection
|
||||
WebSocketURLPath = "/relay"
|
||||
)
|
Reference in New Issue
Block a user