Reverted postVideoSponsors back to get method

This commit is contained in:
Ajay Ramachandran
2019-08-12 23:43:05 -04:00
parent 4079419fa8
commit 6b88719cf6

View File

@@ -83,7 +83,7 @@ function getIP(req) {
} }
//add the post function //add the post function
app.post('/api/postVideoSponsorTimes', function (req, res) { app.get('/api/postVideoSponsorTimes', function (req, res) {
let videoID = req.query.videoID; let videoID = req.query.videoID;
let startTime = req.query.startTime; let startTime = req.query.startTime;
let endTime = req.query.endTime; let endTime = req.query.endTime;