Skip to content
Snippets Groups Projects
routes.go 92 B
package webapi

import (
	"github.com/labstack/echo"
)

func setupRoutes(e *echo.Echo) {

}