mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-12 22:47:12 +03:00
Reverted postVideoSponsors back to get method
This commit is contained in:
2
index.js
2
index.js
@@ -83,7 +83,7 @@ function getIP(req) {
|
||||
}
|
||||
|
||||
//add the post function
|
||||
app.post('/api/postVideoSponsorTimes', function (req, res) {
|
||||
app.get('/api/postVideoSponsorTimes', function (req, res) {
|
||||
let videoID = req.query.videoID;
|
||||
let startTime = req.query.startTime;
|
||||
let endTime = req.query.endTime;
|
||||
|
||||
Reference in New Issue
Block a user