|
|
@@ -6,7 +6,7 @@ import (
|
|
|
)
|
|
|
|
|
|
func configurationService(builder *gateway.Builder) {
|
|
|
- gwtools.CRUD(builder, &gwtools.CommonCRUDParams{
|
|
|
+ gwtools.CRUD(builder, &gwtools.CRUDParams{
|
|
|
ServiceVersionedUrl: baseUrl,
|
|
|
DomainCamelName: "Configuration",
|
|
|
}, gwtools.WithDisableUpdate())
|