separate route for cli

Signed-off-by: Nakul Manchanda <nakul.manchanda@ibm.com>
This commit is contained in:
Nakul Manchanda
2019-04-14 23:25:54 -05:00
parent 7c94b8f009
commit 03c59dea24
9 changed files with 66 additions and 0 deletions

View File

@@ -16,5 +16,8 @@
"express": "^4.16.4",
"istanbul": "^0.4.5",
"supertest": "^3.4.2"
},
"devDependencies": {
"node-fetch": "^2.3.0"
}
}