1
0
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:
Fenny 2020-10-27 08:14:58 +01:00
parent 8334eb1f9e
commit d5dbad6476

View File

@ -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.
//