1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00

mascara - server - prepare to serve popup

This commit is contained in:
kumavis 2016-09-12 19:48:39 -07:00
parent 4cfcb4452a
commit 5126ddaf0c

View File

@ -19,8 +19,10 @@ iframeServer.get('/controller.js', function(req, res){
res.send(controllerBundle.latest)
})
// serve static
// serve background controller
iframeServer.use(express.static('./server'))
// serve popup window
// iframeServer.use('/popup', express.static('../dist/chrome'))
iframeServer.listen('9001')