瀏覽代碼

WebHook is not supported

master
yangxiaodong 7 年之前
父節點
當前提交
33fde860a2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/DotNetCore.CAP/CAP.Options.cs

+ 1
- 1
src/DotNetCore.CAP/CAP.Options.cs 查看文件

@@ -29,7 +29,7 @@ namespace DotNetCore.CAP
/// <summary>
/// We’ll send a POST request to the URL below with details of any subscribed events.
/// </summary>
public WebHook WebHook { get; set; }
public WebHook WebHook => throw new NotSupportedException();

/// <summary>
/// Registers an extension that will be executed when building services.


Loading…
取消
儲存