Skip to content

Commit

Permalink
Upload api
Browse files Browse the repository at this point in the history
  • Loading branch information
Manjunath Reddy authored Feb 11, 2018
1 parent e117fdb commit f7364f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ app.use(function(req, res, next) {

var router = express.Router();
router.get('/', function (req, res) {
res.send('Woo Tag Video Upload API')
res.send('Upload File API')
})

// manage video upload
Expand All @@ -27,4 +27,4 @@ app.use('/', router);

app.listen(3001, function () {
console.log('video-upload-service listing to 3001')
})
})

0 comments on commit f7364f2

Please sign in to comment.