Update index.js
Browse files
index.js
CHANGED
|
@@ -307,10 +307,6 @@ function initializeServer() {
|
|
| 307 |
});
|
| 308 |
}
|
| 309 |
});
|
| 310 |
-
error: error.message
|
| 311 |
-
});
|
| 312 |
-
}
|
| 313 |
-
});
|
| 314 |
|
| 315 |
// ═══ Rota: Moderação ═══
|
| 316 |
app.post('/moderation/toggle-antilink', (req, res) => {
|
|
|
|
| 307 |
});
|
| 308 |
}
|
| 309 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
| 310 |
|
| 311 |
// ═══ Rota: Moderação ═══
|
| 312 |
app.post('/moderation/toggle-antilink', (req, res) => {
|