- cataloghi...

- fix: condividi su Telegram non funzionava errore sull'immagine
This commit is contained in:
Surya Paolo
2024-11-02 18:06:12 +01:00
parent 3bdab927b6
commit b7ffd751dc
12 changed files with 145 additions and 48 deletions

View File

@@ -64,6 +64,9 @@ const MyBachecaSchema = new Schema({
contact_phone: {
type: String
},
contact_email: {
type: String
},
contact_telegram: {
type: String
},