Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix committed Feb 19, 2025
1 parent 3fde7d6 commit 4a3665f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disperser/dataapi/v2/server_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func (s *ServerV2) Start() error {
{
blobs := v2.Group("/blobs")
{
blobs.GET("/feed/forward", s.FetchBlobFeed)
blobs.GET("/feed", s.FetchBlobFeed)
blobs.GET("/:blob_key", s.FetchBlob)
blobs.GET("/:blob_key/certificate", s.FetchBlobCertificate)
blobs.GET("/:blob_key/attestation-info", s.FetchBlobAttestationInfo)
Expand Down

0 comments on commit 4a3665f

Please sign in to comment.