diff --git a/Backend.exe b/Backend.exe new file mode 100644 index 0000000..f540cee Binary files /dev/null and b/Backend.exe differ diff --git a/main.go b/main.go index 62032d8..c7fd5cc 100644 --- a/main.go +++ b/main.go @@ -326,7 +326,7 @@ func main() { userId := c.Context().UserValue("userId").(string) rdb.Del(c.Context(), "settings:"+hash(PEPPER_SETTINGS+userId)) - rdb.Del(c.Context(), "secret"+hash(PEPPER_SECRETS+userId)) + rdb.Del(c.Context(), "secret"+hash(PEPPER_SECRETS+userId)) return c.SendStatus(204) }) @@ -334,8 +334,8 @@ func main() { app.Get("/v1", func(c *fiber.Ctx) error { return c.JSON(&fiber.Map{ - "ping": "pong", - }) + "ping": "pong", + }) }) app.Get("/", func(c *fiber.Ctx) error {