Files
sonr/internal/gateway/handlers/validate_profile.go
T

9 lines
196 B
Go
Raw Normal View History

package handlers
import "github.com/labstack/echo/v4"
// ValidateProfileHandle finds the chosen handle and verifies it is unique
func ValidateProfileSubmit(c echo.Context) error {
return nil
}