Skip to content

Commit

Permalink
changed public path
Browse files Browse the repository at this point in the history
  • Loading branch information
atoko committed Jun 26, 2016
1 parent 928e09d commit b7fee1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ app.use(logger('dev'));
app.use(bodyParser.json());
app.use(bodyParser.urlencoded({ extended: false }));
app.use(cookieParser());
app.use(express.static(path.join(__dirname, 'public')));
app.use(express.static(path.join(__dirname, 'public/follow-me/distribution')));

var agenda = require('./routes/agenda');
var category = require('./routes/category');
Expand Down

0 comments on commit b7fee1d

Please sign in to comment.