Making createdBy field required
Jenkins Production Deployment

This commit is contained in:
2022-12-25 21:50:21 +01:00
parent 6cb7f0d59b
commit 65a5e91ad1
2 changed files with 5 additions and 4 deletions
+1 -2
View File
@@ -29,8 +29,7 @@ app.use(express.json());
// Configure CORS
let allowedHosts = [
'https://www.nachklang.art',
'https://calendar.nachklang.art',
'http://localhost:4200'
'https://calendar.nachklang.art'
];
app.use(cors({
origin: function (origin: any, callback: any) {