- Cloudflare e configurazione dominio DNS (host, host_test, host_ip, ecc...)

This commit is contained in:
Surya Paolo
2024-09-09 21:49:25 +02:00
parent fe4a67c9f1
commit 13322a7e0b
7 changed files with 166 additions and 26 deletions

View File

@@ -57,12 +57,6 @@ const catalogo = new Schema(
);
const MyElemSchema = new Schema({
_id: {
type: ObjectId,
default: function () {
return new ObjectId();
},
},
idapp: {
type: String,
},