Skip to content

Commit

Permalink
Fix urls for v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0ssigeno committed Mar 2, 2023
1 parent c946177 commit 1afd225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ const (

// These represent analyzer endpoints URL
const (
ANALYZER_CONFIG_URL = "/api/get_analyzer_configs"
ANALYZER_CONFIG_URL = "/api/analyzer"
ANALYZER_HEALTHCHECK_URL = "/api/analyzer/%s/healthcheck"
)

// These represent connector endpoints URL
const (
CONNECTOR_CONFIG_URL = "/api/get_connector_configs"
CONNECTOR_CONFIG_URL = "/api/connector"
CONNECTOR_HEALTHCHECK_URL = "/api/connector/%s/healthcheck"
)

Expand Down

0 comments on commit 1afd225

Please sign in to comment.