Skip to content
Snippets Groups Projects
Commit b74a3408 authored by jbs's avatar jbs
Browse files

Update getlength.js

parent 480fd51f
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ const utils = require("../lib/util.js"); ...@@ -6,7 +6,7 @@ const utils = require("../lib/util.js");
router.get('/', function(req, res, next) { router.get('/', function(req, res, next) {
var string = req.query.string; var string = req.query.string;
return res.send({string.length()}); return res.send(string.length());
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment