[client] Add debug upload option to netbird ui (#3768)

This commit is contained in:
Viktor Liu
2025-05-01 00:48:31 +02:00
committed by GitHub
parent b5419ef11a
commit 9bc7d788f0
4 changed files with 269 additions and 47 deletions

View File

@ -7,6 +7,8 @@ const (
ClientHeaderValue = "netbird"
// GetURLPath is the path for the GetURL request
GetURLPath = "/upload-url"
DefaultBundleURL = "https://upload.debug.netbird.io" + GetURLPath
)
// GetURLResponse is the response for the GetURL request