mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 12:31:58 +00:00
fix #1938
This commit is contained in:
@@ -1259,7 +1259,7 @@ type (
|
||||
)
|
||||
|
||||
// String returns the raw ref url.
|
||||
func (ref *Referrer) String() string {
|
||||
func (ref Referrer) String() string {
|
||||
return ref.Raw
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user