Remove comment

pull/14/head
Fenny 2020-02-03 14:20:35 +01:00
parent 999081aa78
commit e94e1bc146
1 changed files with 0 additions and 1 deletions

View File

@ -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"
}