feat: update
This commit is contained in:
@@ -12,7 +12,7 @@ func FullURI(ctx fiber.Ctx) string {
|
||||
if err != nil {
|
||||
return ""
|
||||
}
|
||||
u.Scheme = ctx.Protocol()
|
||||
u.Scheme = ctx.Scheme()
|
||||
u.Host = ctx.Host()
|
||||
|
||||
return u.String()
|
||||
|
||||
Reference in New Issue
Block a user