Updates
This commit is contained in:
@ -17,7 +17,10 @@ const (
|
||||
)
|
||||
|
||||
func initApp() *fiber.App {
|
||||
app := fiber.New()
|
||||
app := fiber.New(fiber.Config{
|
||||
CaseSensitive: true,
|
||||
StrictRouting: true,
|
||||
})
|
||||
return app
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user