Skip to content

Commit

Permalink
Fixes path to views dir
Browse files Browse the repository at this point in the history
  • Loading branch information
defvol committed May 6, 2016
1 parent 87f90bc commit fbe8f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mbview.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ var express = require('express');
var app = express();
var MBTiles = require('mbtiles');

app.set('views', __dirname + '/views');
app.set('view engine', 'ejs');
app.use(express.static('public'));

Expand Down

0 comments on commit fbe8f4f

Please sign in to comment.