diff --git a/routes.go b/routes.go index f7eb61c..ca7dcb2 100644 --- a/routes.go +++ b/routes.go @@ -15,6 +15,7 @@ import ( func addRoutes(e *echo.Echo, db *PostgresClient, cfg Config) error { _ = db + _ = cfg apiPath := "/api/v7" apiGroup := e.Group(apiPath)