Aufruf OHNE Typ immer als 'noise' nehmen

This commit is contained in:
2023-11-13 10:41:42 +00:00
parent a79f6add1a
commit 7160e41d4c
+2 -1
View File
@@ -41,7 +41,8 @@ app.get('*', (req, res, next) => {
if (subdom[0] === 'laerm') {
subdom[0] = 'noise'
}
app.set('category',subdom[0])
// app.set('category',subdom[0])
app.set('category','noise')
next()
})