- L'utente entra direttamente sul circuito, con fido a zero.

++Abilitazione Fido utente (per admin).
This commit is contained in:
Surya Paolo
2023-06-01 11:39:53 +02:00
parent 0945f1af08
commit a79e79a85e
19 changed files with 615 additions and 418 deletions

View File

@@ -35,6 +35,9 @@ const ProvinceSchema = new Schema({
link_grp: {
type: String,
},
link_telegram: {
type: String,
},
}, { _id : false });
ProvinceSchema.statics.getRegionByStrProvince = async function(strprovince) {