mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-22 09:33:21 +00:00
🧹 remove unused key
This commit is contained in:
parent
8334eb1f9e
commit
d5dbad6476
@ -37,8 +37,7 @@ type Config struct {
|
||||
// that is set on the file response. MaxAge is defined in seconds.
|
||||
//
|
||||
// Optional. Default value 0.
|
||||
MaxAge int `json:"max_age"`
|
||||
maxAgeStr string
|
||||
MaxAge int `json:"max_age"`
|
||||
|
||||
// File to return if path is not found. Useful for SPA's.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user