Skip to content

Commit

Permalink
Introduce restful-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr3dric0 committed Jun 6, 2017
1 parent 68ef006 commit c17a37b
Show file tree
Hide file tree
Showing 4 changed files with 1,482 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .hound.yml

This file was deleted.

1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const bodyParser = require('body-parser');
const mongoose = require('mongoose');
const mailgunContainer = require('mailgun-js');
const routeProtector = require('./middleware/route-protector');
const restful = require('restful-node');

const app = express();

Expand Down
Loading

0 comments on commit c17a37b

Please sign in to comment.