Files
sonr/vault/handlers/wallet.go
T

8 lines
113 B
Go
Raw Normal View History

2024-12-05 20:36:58 -05:00
package handlers
import "github.com/labstack/echo/v4"
func HandleConnect(c echo.Context) error {
return nil
}