fix: js not working on page swap
also fixed saving throw percentages being used on heling operations
This commit is contained in:
2
main.go
2
main.go
@@ -6,6 +6,7 @@ import (
|
||||
|
||||
"github.com/gofiber/fiber/v3"
|
||||
"github.com/gofiber/fiber/v3/middleware/compress"
|
||||
"github.com/gofiber/fiber/v3/middleware/logger"
|
||||
"github.com/itsig0/tallytome/handler"
|
||||
)
|
||||
|
||||
@@ -22,6 +23,7 @@ func main() {
|
||||
|
||||
// compression baby
|
||||
app.Use(compress.New())
|
||||
app.Use(logger.New())
|
||||
|
||||
app.Static("/", "./public")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user