Skip to content

Commit 1afd225

Browse files
committed
Fix urls for v5.0.0
1 parent c946177 commit 1afd225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constants/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ const (
2020

2121
// These represent analyzer endpoints URL
2222
const (
23-
ANALYZER_CONFIG_URL = "/api/get_analyzer_configs"
23+
ANALYZER_CONFIG_URL = "/api/analyzer"
2424
ANALYZER_HEALTHCHECK_URL = "/api/analyzer/%s/healthcheck"
2525
)
2626

2727
// These represent connector endpoints URL
2828
const (
29-
CONNECTOR_CONFIG_URL = "/api/get_connector_configs"
29+
CONNECTOR_CONFIG_URL = "/api/connector"
3030
CONNECTOR_HEALTHCHECK_URL = "/api/connector/%s/healthcheck"
3131
)
3232

0 commit comments

Comments
 (0)