We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d270ec7 commit 53d64f5Copy full SHA for 53d64f5
code/go/0chain.net/blobbercore/handler/handler.go
@@ -207,7 +207,7 @@ func setupHandlers(s *mux.Router) {
207
RateLimitByObjectRL(common.ToJSONResponse(WithReadOnlyConnection(ReferencePathV2Handler))))
208
209
s.HandleFunc("/v1/file/latestwritemarker/{allocation}",
210
- RateLimitByObjectRL(common.ToJSONResponse(WithReadOnlyConnection(WriteMarkerHandler))))
+ RateLimitByObjectRL(common.ToJSONResponse(WithConnection(WriteMarkerHandler))))
211
212
s.HandleFunc("/v1/file/objecttree/{allocation}",
213
RateLimitByObjectRL(common.ToStatusCode(WithStatusReadOnlyConnection(ObjectTreeHandler)))).
0 commit comments