We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c946177 commit 1afd225Copy full SHA for 1afd225
constants/constants.go
@@ -20,13 +20,13 @@ const (
20
21
// These represent analyzer endpoints URL
22
const (
23
- ANALYZER_CONFIG_URL = "/api/get_analyzer_configs"
+ ANALYZER_CONFIG_URL = "/api/analyzer"
24
ANALYZER_HEALTHCHECK_URL = "/api/analyzer/%s/healthcheck"
25
)
26
27
// These represent connector endpoints URL
28
29
- CONNECTOR_CONFIG_URL = "/api/get_connector_configs"
+ CONNECTOR_CONFIG_URL = "/api/connector"
30
CONNECTOR_HEALTHCHECK_URL = "/api/connector/%s/healthcheck"
31
32
0 commit comments