fix(alias): add api prefix for proxy url (close #4392)
This commit is contained in:
@ -11,9 +11,10 @@ type ListArgs struct {
|
||||
}
|
||||
|
||||
type LinkArgs struct {
|
||||
IP string
|
||||
Header http.Header
|
||||
Type string
|
||||
IP string
|
||||
Header http.Header
|
||||
Type string
|
||||
HttpReq *http.Request
|
||||
}
|
||||
|
||||
type Link struct {
|
||||
|
Reference in New Issue
Block a user