mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
console: remove /fields endpoint as we don't use it
This commit is contained in:
@@ -513,7 +513,3 @@ func (c *Component) graphHandlerFunc(gc *gin.Context) {
|
||||
|
||||
gc.JSON(http.StatusOK, output)
|
||||
}
|
||||
|
||||
func (c *Component) graphFieldsHandlerFunc(gc *gin.Context) {
|
||||
gc.JSON(http.StatusOK, graphColumnMap.Values())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user