Version 7 #53
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ import (
|
||||||
|
|
||||||
func addRoutes(e *echo.Echo, db *PostgresClient, cfg Config) error {
|
func addRoutes(e *echo.Echo, db *PostgresClient, cfg Config) error {
|
||||||
_ = db
|
_ = db
|
||||||
|
_ = cfg
|
||||||
|
|
||||||
apiPath := "/api/v7"
|
apiPath := "/api/v7"
|
||||||
apiGroup := e.Group(apiPath)
|
apiGroup := e.Group(apiPath)
|
||||||
|
|
Loading…
Reference in a new issue