This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add okstats.
master
yangxiaodong
7 years ago
parent
e61186999d
commit
6abcfb7ba0
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
src/DotNetCore.CAP/Dashboard/JsonStats.cs
+ 9
- 0
src/DotNetCore.CAP/Dashboard/JsonStats.cs
View File
@@ -42,4 +42,13 @@ namespace DotNetCore.CAP.Dashboard
}
}
}
internal class OkStats : IDashboardDispatcher
{
public Task Dispatch(DashboardContext context)
{
context.Response.StatusCode = 200;
return Task.CompletedTask;
}
}
}
Write
Preview
Loading…
Cancel
Save