Skip to content

Commit

Permalink
[Hotfix] 설치 API 종류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pjini authored and inno-cloudbarista committed Oct 27, 2022
1 parent 774f673 commit 72282c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ func (apiServer *APIServer) SetRoutingRule(e *echo.Echo) {

// windows 에이전트 config, package 파일 다운로드
dragonfly.GET("/installer/cbinstaller", agent.GetWindowInstaller)
dragonfly.GET("/file/agent/conf", agent.GetTelegrafConfFile)
dragonfly.GET("/file/agent/pkg", agent.GetTelegrafPkgFile)
dragonfly.POST("/file/agent/conf", agent.GetTelegrafConfFile)
dragonfly.POST("/file/agent/pkg", agent.GetTelegrafPkgFile)

// 에이전트 설치
dragonfly.POST("/agent", agent.InstallTelegraf)
Expand Down

0 comments on commit 72282c3

Please sign in to comment.