log health request
This commit is contained in:
parent
821cbdf2f9
commit
033af66582
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export default (mainHandler: Main): Types.ServerMethods => {
|
|||
if (err != null) throw new Error(err.message)
|
||||
await mainHandler.paymentManager.SetMockInvoiceAsPaid(req)
|
||||
},
|
||||
UserHealth: async () => { },
|
||||
UserHealth: async () => { getLogger({})("got health request") },
|
||||
GetUserInfo: ({ ctx }) => mainHandler.appUserManager.GetUserInfo(ctx),
|
||||
GetUserOperations: async ({ ctx, req }) => {
|
||||
return mainHandler.paymentManager.GetUserOperations(ctx.user_id, req)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue