mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 12:37:00 +03:00
Fixed discord tests
This commit is contained in:
@@ -4,12 +4,10 @@ var app = express();
|
||||
var config = require('../src/config.js');
|
||||
|
||||
app.post('/ReportChannelWebhook', (req, res) => {
|
||||
console.log("report mock hit");
|
||||
res.status(200);
|
||||
});
|
||||
|
||||
app.post('/FirstTimeSubmissionsWebhook', (req, res) => {
|
||||
console.log("first time submisson mock hit");
|
||||
res.status(200);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user