Filter data added in kpi api : GWM

This commit is contained in:
Gowtham M 2025-01-02 15:34:44 +05:30
parent dfc8152b12
commit 863f4ee0b3
5 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ func main() {
return c.JSON(http.StatusOK, results)
})
e.Router.GET("/api/custom/apicall", func(c echo.Context) error {
e.Router.GET("/api/getDataSet", func(c echo.Context) error {
dataset := c.QueryParam("dataset")
if dataset == "" {

BIN
pb_data/data.db-shm Normal file

Binary file not shown.

0
pb_data/data.db-wal Normal file
View File

BIN
pb_data/logs.db-shm Normal file

Binary file not shown.

0
pb_data/logs.db-wal Normal file
View File