mirror of https://github.com/gofiber/fiber.git
Remove comment
parent
999081aa78
commit
e94e1bc146
|
@ -228,7 +228,6 @@ func (ctx *Ctx) Fresh() bool {
|
|||
|
||||
// Get : https://gofiber.github.io/fiber/#/context?id=get
|
||||
func (ctx *Ctx) Get(key string) string {
|
||||
// https://en.wikipedia.org/wiki/HTTP_referer
|
||||
if key == "referrer" {
|
||||
key = "referer"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue