package routes import ( "github.com/labstack/echo/v4" ) func SetupRoutes(server *echo.Echo) { server.GET("/", GetVersion) }