Skip to content

Commit

Permalink
commit crap to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackspaniel committed Aug 31, 2018
1 parent 2fac1c7 commit 9c5dd4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions demoServer.js
Expand Up @@ -11,3 +11,4 @@ app.set('view options', { layout: false });
app.listen(process.env.PORT || 3000);
console.log("Listening on port: " + (process.env.PORT || 3000));

hurr durr making some changes
2 changes: 2 additions & 0 deletions guar.js
Expand Up @@ -4,6 +4,8 @@ const _ = require('lodash');
const nodulejs = require('nodulejs');
const restMiddleware = require('./middlewares/rest-api');

hurr durr some more

module.exports = function(app, config) {

const guarConfig = _.merge({}, defaultConfig, config);
Expand Down

0 comments on commit 9c5dd4a

Please sign in to comment.