Skip to content

Commit

Permalink
dev4: Update usecase.go - changed image prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderf00l committed Mar 2, 2024
1 parent 70ad140 commit 02bb5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/usecase/image/usecase.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/go-park-mail-ru/2023_2_OND_team/pkg/validator/image/check"
)

const PrefixURLImage = "https://pinspire.online:8081/"
const PrefixURLImage = "https://pinspire.site/"

var (
ErrInvalidImage = errors.New("invalid images")
Expand Down

0 comments on commit 02bb5c2

Please sign in to comment.