WebFix develop (#14040)

* fixing issues introduced by PR 13593

* missed setting db

* linting
This commit is contained in:
james-prysm
2024-05-23 09:07:30 -05:00
committed by GitHub
parent 2265af58ae
commit 2e84208169
4 changed files with 30 additions and 5 deletions

View File

@@ -4,6 +4,6 @@ const (
WebUrlPrefix = "/v2/validator/"
WebApiUrlPrefix = "/api/v2/validator/"
KeymanagerApiPrefix = "/eth/v1"
AuthTokenFileName = "auth-token"
SystemLogsPrefix = "health/logs"
AuthTokenFileName = "auth-token"
)