Skip to content

Commit

Permalink
Fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe committed Jun 4, 2024
1 parent ec91150 commit 015abbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handler/auth/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
router "github.com/mutablelogic/go-server/pkg/handler/router"
httprequest "github.com/mutablelogic/go-server/pkg/httprequest"
httpresponse "github.com/mutablelogic/go-server/pkg/httpresponse"
"github.com/mutablelogic/go-server/pkg/types"
types "github.com/mutablelogic/go-server/pkg/types"
)

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 015abbb

Please sign in to comment.