Skip to content

Commit

Permalink
fix: urls
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Mar 4, 2024
1 parent 22b2471 commit 2e9ca0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube_cache/server/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (s *Server) IndexPost(c *gin.Context) {
kube.Name,
kube.Id,
kube.Id,
kube.Name)
kube.Id)

c.Data(200, "text/html", []byte(html))
}
Expand Down

0 comments on commit 2e9ca0b

Please sign in to comment.