山证bug修复及功能 迁移
This commit is contained in:
@@ -153,6 +153,7 @@ try
|
||||
{
|
||||
endpoints.MapHub<SwapFlowCombookingHub>("/swapflow/combookinghub"); // 映射Hub路径
|
||||
endpoints.MapHub<SwapFlowResetHub>("/swapflow/resethub"); // 映射Hub路径
|
||||
endpoints.MapHub<SwapConfirmSendEmailHub>("/tradeconfirm/sendemailhub"); // 映射Hub路径
|
||||
});
|
||||
var provider = new FileExtensionContentTypeProvider();
|
||||
provider.Mappings[".pdf"] = "application/pdf";
|
||||
|
||||
Reference in New Issue
Block a user