Skip to content

Commit

Permalink
#4222: added inline docs on admin http endpoint handlers for referenc…
Browse files Browse the repository at this point in the history
…e to the oapi doc
  • Loading branch information
sreuland committed May 6, 2022
1 parent e36549b commit 2a0a1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/horizon/internal/actions/filter_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"github.com/stellar/go/support/render/problem"
)

// these admin HTTP endpoints are documented in services/horizon/internal/httpx/static/admin_oapi.yml
type FilterConfigHandler struct{}

func (handler FilterConfigHandler) GetAssetConfig(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit 2a0a1bc

Please sign in to comment.