formatting

This commit is contained in:
Lewis Crichton
2023-04-12 14:20:48 +01:00
parent 589974339e
commit 02038fa91f
2 changed files with 3 additions and 3 deletions
BIN
View File
Binary file not shown.
+3 -3
View File
@@ -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 {