mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-21 14:44:45 +01:00
rename context to service
This commit is contained in:
@@ -19,7 +19,7 @@ type AuthController struct {
|
||||
|
||||
// Auth : Auth Controller
|
||||
func (ctrl AuthController) Auth(c echo.Context) error {
|
||||
ctx := c.(*lib.LndhubContext)
|
||||
ctx := c.(*lib.LndhubService)
|
||||
type RequestBody struct {
|
||||
Login string `json:"login"`
|
||||
Password string `json:"password"`
|
||||
|
||||
Reference in New Issue
Block a user