Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
afifi-ins committed Apr 10, 2023
1 parent 8eb2609 commit 1090c48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
httpTransportBindingElement
});

builder.AddServiceEndpoint<EchoService, IEchoService>(binding, "/gzipMessageEncoding");
builder.AddServiceEndpoint<EchoService, IEchoService>(binding, "gzipMessageEncoding");

// Configure WSDL to be available
var serviceMetadataBehavior = app.Services.GetRequiredService<ServiceMetadataBehavior>();
Expand Down

0 comments on commit 1090c48

Please sign in to comment.