updated endpoints

This commit is contained in:
Joe Dowd
2020-09-01 21:37:54 +01:00
parent 00534d91d4
commit e33062feeb
3 changed files with 18 additions and 18 deletions

View File

@@ -92,10 +92,10 @@ app.get('/api/getTotalStats', getTotalStats);
app.get('/api/getDaysSavedFormatted', getDaysSavedFormatted);
//submit video containing no segments
app.post('/api/postNoSegments', postNoSegments);
app.post('/api/noSegments', postNoSegments);
//get if user is a vip
app.get('/api/getIsUserVIP', getIsUserVIP);
app.get('/api/isUserVIP', getIsUserVIP);
app.get('/database.db', function (req, res) {