cookie values field removed

This commit is contained in:
nquidox 2025-09-23 17:28:11 +03:00
parent 22a56d9e72
commit 731d4884ba
2 changed files with 5 additions and 8 deletions

View file

@ -13,8 +13,7 @@ type MerchDTO struct {
}
type SurugayaDTO struct {
Link string `json:"link"`
CookieValues string `json:"cookie_values"`
Link string `json:"link"`
}
type MandarakeDTO struct {