Cleanup typos (#28)

* Typo

* Typoc
This commit is contained in:
Michael Bumann
2022-01-16 15:13:45 +02:00
committed by GitHub
parent 2c19244cad
commit 95512462f6
6 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ type AuthController struct{}
// Auth : Auth Controller
func (AuthController) Auth(c echo.Context) error {
ctx := c.(*lib.IndhubContext)
ctx := c.(*lib.LndhubContext)
type RequestBody struct {
Login string `json:"login"`
Password string `json:"password"`