Added static serving
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func Setup(app *fiber.App) {
|
||||
app.Use(func(c fiber.Ctx) error {
|
||||
app.Use("/api", func(c fiber.Ctx) error {
|
||||
c.Set("Content-Type", "application/json")
|
||||
return c.Next()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user