Commit 6abcfb7b authored by yangxiaodong's avatar yangxiaodong

add okstats.

parent e6118699
...@@ -42,4 +42,13 @@ namespace DotNetCore.CAP.Dashboard ...@@ -42,4 +42,13 @@ namespace DotNetCore.CAP.Dashboard
} }
} }
} }
internal class OkStats : IDashboardDispatcher
{
public Task Dispatch(DashboardContext context)
{
context.Response.StatusCode = 200;
return Task.CompletedTask;
}
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment