Skip to content

Commit 176a136

Browse files
Brownjyhunjixin
authored andcommitted
fix: fix authentication mechanism
1 parent 9bf00d5 commit 176a136

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/api_impl/server.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ package apiimpl
33
import (
44
"context"
55
"errors"
6-
"github.com/jiaozifs/jiaozifs/auth"
76
"net"
87
"net/http"
98

9+
"github.com/jiaozifs/jiaozifs/auth"
10+
1011
"github.com/jiaozifs/jiaozifs/auth/crypt"
1112

1213
"github.com/MadAppGang/httplog"

0 commit comments

Comments
 (0)