log health request

This commit is contained in:
boufni95 2024-02-12 21:55:08 +01:00
parent 821cbdf2f9
commit 033af66582

View file

@ -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)