Add depot, attendant, jetfire, optimus, ota services with kustomize overlays
This commit is contained in:
14
services/optimus/handlers/reset.go
Normal file
14
services/optimus/handlers/reset.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/fiskerinc/cloud-services/services/optimus/services"
|
||||
|
||||
"github.com/fiskerinc/cloud-services/pkg/logger"
|
||||
)
|
||||
|
||||
func ResetFilters(w http.ResponseWriter, r *http.Request) {
|
||||
logger.Info().Msg("resetting filters")
|
||||
services.ResetVehicleMessageFilters()
|
||||
}
|
||||
Reference in New Issue
Block a user