fixes and admin data

This commit is contained in:
2021-02-09 18:30:17 +01:00
parent 9dd4d10396
commit 93bff025e9
73 changed files with 1638 additions and 2411 deletions

View File

@@ -10,4 +10,4 @@ const reportSchema = mongoose.Schema({
invoicesSent: Number
});
module.exorts = mongoose.model("Report", reportSchema);
module.exports = mongoose.model("Report", reportSchema);