Updated all Go dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-18 19:38:35 +01:00
parent 6decc6b139
commit 00d051903f
4 changed files with 118 additions and 129 deletions

View File

@@ -91,7 +91,7 @@ func main() {
app.Get("/", func(c *fiber.Ctx) error { return c.Redirect("/swagger/index.html") })
app.Get("/swagger", func(c *fiber.Ctx) error { return c.Redirect("/swagger/index.html") })
app.Get("/swagger/*", swagger.Handler)
app.Get("/swagger/*", swagger.HandlerDefault)
app.Delete("/account/:accountID", handlers.AccountDel)
app.Get("/account/:accountID", handlers.AccountGet)