Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yuanmao Zhu <yuanmao@ualberta.ca>
  • Loading branch information
zhuyuanmao committed Aug 9, 2024
1 parent 22fdca5 commit c1c8377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/agent/sdk-agent/internal/routers/networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"github.com/gin-gonic/gin"
)

// getAlbums responds with the list of all albums as JSON.
func GetNetworks(c *gin.Context) {
c.IndentedJSON(http.StatusOK, nil)
}

0 comments on commit c1c8377

Please sign in to comment.