Add iCal converter
Jenkins Production Deployment

This commit is contained in:
2022-12-24 17:44:28 +01:00
parent 96f04c6de4
commit b00a37eb17
4 changed files with 172 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ app.use(express.json());
// Configure CORS
let allowedHosts = [
'https://www.nachklang.art',
'https://calendar.nachklang.art',
'https://calendar.nachklang.art'
];
app.use(cors({
origin: function (origin: any, callback: any) {