Skip to content

Commit

Permalink
changed debug file
Browse files Browse the repository at this point in the history
  • Loading branch information
LizaHCarter committed Oct 8, 2014
1 parent 37730ff commit 8ecdcbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/views/happyhours/show.jade
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ div(lc-restaurant, business='{{loc}}')

h5 happy hours

table.table.table-bordered.table-responsive
table.table.table-bordered.table-responsive(ng-if='title')
thead
tr
th day
Expand Down
6 changes: 6 additions & 0 deletions server/lib/debug.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
'use strict';


exports.info = function(req, res, next){
next();
};

0 comments on commit 8ecdcbc

Please sign in to comment.