We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d412259 commit ee59245Copy full SHA for ee59245
Extensibility/MessageEncoder/Text/Service/Program.cs
@@ -29,7 +29,7 @@
29
httpTransportBindingElement
30
});
31
32
- builder.AddServiceEndpoint<CalculatorService, ICalculatorService>(binding, "/CalculatorService");
+ builder.AddServiceEndpoint<CalculatorService, ICalculatorService>(binding, "CalculatorService");
33
34
// Configure WSDL to be available
35
var serviceMetadataBehavior = app.Services.GetRequiredService<ServiceMetadataBehavior>();
0 commit comments