mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
fix #1938
This commit is contained in:
parent
cfb009bb4f
commit
8c7399229e
|
@ -1259,7 +1259,7 @@ type (
|
||||||
)
|
)
|
||||||
|
|
||||||
// String returns the raw ref url.
|
// String returns the raw ref url.
|
||||||
func (ref *Referrer) String() string {
|
func (ref Referrer) String() string {
|
||||||
return ref.Raw
|
return ref.Raw
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user