console: remove /fields endpoint as we don't use it

This commit is contained in:
Vincent Bernat
2022-05-15 15:22:04 +02:00
parent 04d818e00f
commit eefd7088b9
5 changed files with 0 additions and 118 deletions

View File

@@ -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())
}