-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add config server ui quick start #894
Conversation
docs/cn/config-server/quick-start.md
Outdated
|
||
#### 更多信息 | ||
|
||
请参考[这里](https://github.com/iLogtail/config-server-ui/blob/master/README.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
把GET改POST的也一起提交上来吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -40,20 +40,20 @@ func InitUserRouter(router *gin.Engine) { | |||
userGroup.POST("/CreateAgentGroup", user.CreateAgentGroup) | |||
userGroup.PUT("/UpdateAgentGroup", user.UpdateAgentGroup) | |||
userGroup.DELETE("/DeleteAgentGroup", user.DeleteAgentGroup) | |||
userGroup.GET("/GetAgentGroup", user.GetAgentGroup) | |||
userGroup.GET("/ListAgentGroups", user.ListAgentGroups) | |||
userGroup.POST("/GetAgentGroup", user.GetAgentGroup) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个不兼容变更,changelog重点说明下吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Config Server 文档添加关于前端 UI 的说明