Update repo URL

This commit is contained in:
PB
2025-12-13 16:31:26 +01:00
parent 67b0b54eea
commit 8bb3101bb0
6 changed files with 19 additions and 21 deletions

View File

@@ -3,8 +3,8 @@ package api
import (
"fmt"
pricing "git.ego.freeddns.org/egommerce/api-entities/pricing/dto"
cnf "git.ego.freeddns.org/egommerce/go-api-pkg/config"
pricing "git.pbiernat.space/egommerce/api-entities/pricing/dto"
cnf "git.pbiernat.space/egommerce/go-api-pkg/config"
)
func NewPricingAPI() *PricingAPI {