Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Feb 29, 2024
1 parent 76b3279 commit 533e48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mcs/tso/server/apis/v1/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func GetKeyspaceGroupMembers(c *gin.Context) {
// @Tags config
// @Summary Get full config.
// @Produce json
// @Success 200 {object} config.Config
// @Success 200 {object} server.Config
// @Router /config [get]
func getConfig(c *gin.Context) {
svr := c.MustGet(multiservicesapi.ServiceContextKey).(*tsoserver.Service)
Expand Down

0 comments on commit 533e48b

Please sign in to comment.