Skip to content

Commit

Permalink
Update diode-server/netboxdiodeplugin/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
ltucker and mfiedorowicz authored Dec 16, 2024
1 parent 2a3db66 commit fda7d9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions diode-server/netboxdiodeplugin/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ const (

defaultHTTPTimeoutSeconds = 5

// NetboxBranchHeader is an HTTP header that indicates the netbox branch to target
NetboxBranchHeader = "X-Netbox-Branch"
// NetboxBranchParam is a query parameter that indicates the netbox branch to target
NetboxBranchParam = "_branch"
// NetBoxBranchHeader is an HTTP header that indicates the NetBox branch to target
NetBoxBranchHeader = "X-NetBox-Branch"
// NetBoxBranchParam is a query parameter that indicates the NetBox branch to target
NetBoxBranchParam = "_branch"
)

var (
Expand Down

0 comments on commit fda7d9f

Please sign in to comment.