Initial commit. Transferred from an Eclipse/Brainstorm environment to NodeJS.
This commit is contained in:
6
routes/index.js
Normal file
6
routes/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var express = require('express');
|
||||
var phantom = require('node-phantom');
|
||||
var router = express.Router();
|
||||
|
||||
|
||||
module.exports = router;
|
||||
Reference in New Issue
Block a user