We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf08260 commit 25f6dc6Copy full SHA for 25f6dc6
1 file changed
docker/hello-world-sandbox/src/app.js
@@ -1,7 +1,6 @@
1
-//var ApiMocker = require('apimocker');
+var Express = require('express');
2
var options = {};
3
4
-var Express = require('express');
5
Express.createServer(options)
6
.setConfigFile('src/config.json')
7
.start();
0 commit comments