Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar committed Jan 14, 2025
1 parent f1ee133 commit b7e6919
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deliveries/http/handlers/domain/domain_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ import (
"errors"
"net/http"

"github.com/dezh-tech/panda/pkg/validator"
"github.com/labstack/echo/v4"

"github.com/dezh-tech/panda/pkg"
"github.com/dezh-tech/panda/pkg/validator"
domainService "github.com/dezh-tech/panda/services/domain"
"github.com/labstack/echo/v4"
)

// CreateDomain creates a new domain.
Expand Down

0 comments on commit b7e6919

Please sign in to comment.