Skip to content
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

Merged
merged 6 commits into from
Jun 7, 2023
Merged

doc: add config server ui quick start #894

merged 6 commits into from
Jun 7, 2023

Conversation

liangry
Copy link
Collaborator

@liangry liangry commented Jun 4, 2023

Config Server 文档添加关于前端 UI 的说明

@CLAassistant
Copy link

CLAassistant commented Jun 4, 2023

CLA assistant check
All committers have signed the CLA.


#### 更多信息

请参考[这里](https://github.com/iLogtail/config-server-ui/blob/master/README.md)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

把GET改POST的也一起提交上来吧

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@yyuuttaaoo yyuuttaaoo added this to the v1.6 milestone Jun 5, 2023
@@ -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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个不兼容变更,changelog重点说明下吧

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@yyuuttaaoo yyuuttaaoo merged commit fb79af2 into alibaba:main Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants