fix(routes): unused param cfg
This commit is contained in:
parent
1f2ba0576a
commit
d80c7675f9
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ import (
|
|||
|
||||
func addRoutes(e *echo.Echo, db *PostgresClient, cfg Config) error {
|
||||
_ = db
|
||||
_ = cfg
|
||||
|
||||
apiPath := "/api/v7"
|
||||
apiGroup := e.Group(apiPath)
|
||||
|
|
Loading…
Reference in a new issue