@@ -26,7 +26,7 @@ func main() {
app := fiber.New()
fiberconfig.Setup(app)
routes.Register(app, cfg)
routes.Register(app, cfg, &envCfg)
log.Fatal(app.Listen(":" + envCfg.Port))
}
The note is not visible to the blocked user.