Closed saifahn closed 2 years ago
Tasks:
webservice.go:CreateExpense
, remove the userID from FormValue check, and instead get the userID from the session.
sessions.GetUserID
with sessions.Validate
as they essentially do the same thingVerifyUser
to pass the userID as context to the CreateExpense
Overview