Adding local-link-connectivity-list (llcl) information to match ttp and tp locally...
[sdnc/oam.git] / admportal / routes / users.js
1 var express = require('express');
2 var router = express.Router();
3
4 /* GET users listing. */
5 router.get('/', function(req, res) {
6   res.send('respond with a resource');
7 });
8
9 module.exports = router;