[mirotalksfu] - remove unused

هذا الالتزام موجود في:
Miroslav Pejic
2025-03-31 22:34:14 +02:00
الأصل 88cc8f5129
التزام 35dd8dfaa3

عرض الملف

@@ -439,16 +439,6 @@ function startServer() {
// Mattermost
const mattermost = new Mattermost(app);
// // POST start from here...
// app.post('*', function (next) {
// next();
// });
// // GET start from here...
// app.get('*', function (next) {
// next();
// });
// Remove trailing slashes in url handle bad requests
app.use((err, req, res, next) => {
if (err && (err instanceof SyntaxError || err.status === 400 || 'body' in err)) {