fixing jwt auth checks (#13565)

This commit is contained in:
james-prysm
2024-02-01 09:13:52 -06:00
committed by GitHub
parent 73ce28c356
commit 2cddb5ca86
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
package api
const WebUrlPrefix = "/v2/validator/"
const (
WebUrlPrefix = "/v2/validator/"
WebApiUrlPrefix = "/api/v2/validator/"
KeymanagerApiPrefix = "/eth/v1"
)