Interface adjustments
Jenkins Production Deployment

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