|
|
@@ -29,7 +29,7 @@ func (simple *Simple) bind(binder *binding.Binder) {
|
|
|
Schema: simple.Schema,
|
|
|
CreateJsonBody: &AddConfigurationJsonBody{},
|
|
|
DeleteJsonBody: &RemoveConfigurationJsonBody{},
|
|
|
- })
|
|
|
+ }, value_object_crud.WithDisableQuery[any]())
|
|
|
|
|
|
binding.GetBind(binder, &binding.SimpleBindItem[map[string]any]{
|
|
|
Path: "/configuration/values",
|