Skip to content

Commit 015abbb

Browse files
committed
Fixed imports
1 parent ec91150 commit 015abbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/handler/auth/endpoints.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
router "github.com/mutablelogic/go-server/pkg/handler/router"
1313
httprequest "github.com/mutablelogic/go-server/pkg/httprequest"
1414
httpresponse "github.com/mutablelogic/go-server/pkg/httpresponse"
15-
"github.com/mutablelogic/go-server/pkg/types"
15+
types "github.com/mutablelogic/go-server/pkg/types"
1616
)
1717

1818
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)