fix
This commit is contained in:
parent
eadc956c4c
commit
3f19e17c41
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ export default (mainHandler: Main): Types.ServerMethods => {
|
|||
GetUsageMetrics: async ({ ctx, req }) => {
|
||||
return mainHandler.metricsManager.GetUsageMetrics(req)
|
||||
},
|
||||
GetSingleUsageMetrics: async ({ ctx, req }) => {
|
||||
return mainHandler.metricsManager.GetSingleUsageMetrics(req)
|
||||
},
|
||||
GetErrorStats: async ({ ctx }) => {
|
||||
return mainHandler.metricsManager.GetErrorStats()
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue