mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-23 23:55:02 +01:00
Add blank routes required for bluewallet
This commit is contained in:
@@ -29,3 +29,7 @@ func (controller *BlankController) GetPending(c echo.Context) error {
|
||||
|
||||
return c.JSON(http.StatusOK, &addresses)
|
||||
}
|
||||
|
||||
func (controller *BlankController) Home(c echo.Context) error {
|
||||
return c.JSON(http.StatusOK, "")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user