misc api update for pdcp (#4527)

This commit is contained in:
Sandeep Singh
2023-12-21 18:06:46 +05:30
committed by GitHub
parent 199bd9d892
commit 00edf0c7ec

View File

@@ -22,7 +22,7 @@ var (
)
const (
userProfileURL = "https://%s/v1/template/user/profile?utm_source=%s"
userProfileURL = "https://%s/v1/user?utm_source=%s"
apiKeyEnv = "PDCP_API_KEY"
apiServerEnv = "PDCP_API_SERVER"
ApiKeyHeaderName = "X-Api-Key"