Files
pgbackweb/internal/view/api/router.go
Luis Eduardo Jeréz Girón e9b932257b Add static, api and web entrypoints
2024-07-21 23:54:13 -06:00

9 lines
172 B
Go

package api
import (
"github.com/eduardolat/pgbackweb/internal/service"
"github.com/labstack/echo/v4"
)
func MountRouter(parent *echo.Group, servs *service.Service) {}