Aggiunte opzioni per il Gestore: richiede che l'invitante confermi la Reg, Notifica sul BOT , Notifica all'Admin la Reg.

This commit is contained in:
paoloar77
2022-02-27 16:56:02 +01:00
parent 2749506de7
commit 8d98726f1f
9 changed files with 175 additions and 85 deletions

View File

@@ -9,6 +9,8 @@ const cors = require('cors');
// console.log(" 2) fs");
const fs = require('fs');
const server_constants = require('./tools/server_constants');
//const throttle = require('express-throttle-bandwidth');
// app.use(throttle(1024 * 128)) // throttling bandwidth
@@ -429,6 +431,11 @@ async function faitest() {
// const $vers = tools.getVersionint('1.92.45');
if (true){
const prova = tools.getConfSiteOptionEnabledByIdApp('13', shared_consts.ConfSite.Notif_Reg_Push_Admin)
console.log('prova', prova);
}
if (testfind) {
const {City} = require('./models/city');