[mirotalksfu] - fix typo

This commit is contained in:
Miroslav Pejic
2024-03-18 12:57:01 +01:00
parent 47e8b12067
commit f82c50ba84
+1 -1
View File
@@ -617,7 +617,7 @@ app.post('/slack', (req, res) => {
// Check if endpoint allowed
if (api_disabled.includes('slack')) {
return res.end('This endpoint has been disabled. Please contact the administrator for further information.');
return res.end('`This endpoint has been disabled`. Please contact the administrator for further information.');
}
log.debug('Slack', req.headers);