mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-17 11:55:30 +01:00
8 lines
127 B
Go
8 lines
127 B
Go
package create
|
|
|
|
import "github.com/labstack/echo/v4"
|
|
|
|
func (CreateUserRouter) CreateUser(c echo.Context) error {
|
|
return nil
|
|
}
|