Skip to content

Commit

Permalink
Adding name
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcintyresfdc committed May 26, 2022
1 parent 2025b91 commit 87100be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gcache/starter.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func (c *SharedGCache) StartRunPrep() error {

handler_global.RegisterGlobalHandlers(ginEngine)
// After main handlers since it
ginEngine.Any("/_groupcache", c.GroupCacheHandler)
ginEngine.Any("/_groupcache/*cache", c.GroupCacheHandler)

// Add ourselves to the global list of groupcache URLs
if err := c.addMyPeer(); err != nil {
Expand Down

0 comments on commit 87100be

Please sign in to comment.