Filter data added in kpi api : GWM
This commit is contained in:
parent
dfc8152b12
commit
863f4ee0b3
2
main.go
2
main.go
@ -808,7 +808,7 @@ func main() {
|
|||||||
return c.JSON(http.StatusOK, results)
|
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")
|
dataset := c.QueryParam("dataset")
|
||||||
if dataset == "" {
|
if dataset == "" {
|
||||||
|
|||||||
BIN
pb_data/data.db-shm
Normal file
BIN
pb_data/data.db-shm
Normal file
Binary file not shown.
0
pb_data/data.db-wal
Normal file
0
pb_data/data.db-wal
Normal file
BIN
pb_data/logs.db-shm
Normal file
BIN
pb_data/logs.db-shm
Normal file
Binary file not shown.
0
pb_data/logs.db-wal
Normal file
0
pb_data/logs.db-wal
Normal file
Loading…
Reference in New Issue
Block a user