adjust whitespace of notes code to match rest of project
This commit is contained in:
parent
e2ba1c1142
commit
9608ac9d2d
@ -32,7 +32,7 @@ app.get("/", function(req, res) {
|
|||||||
|
|
||||||
app.get("/_notes/:socketId", function(req, res) {
|
app.get("/_notes/:socketId", function(req, res) {
|
||||||
|
|
||||||
fs.readFile(opts.baseDir + 'slidenotes/notes.html', function(err, data) {
|
fs.readFile(opts.baseDir + 'lib/slidenotes/notes.html', function(err, data) {
|
||||||
res.send(Mustache.to_html(data.toString(), {
|
res.send(Mustache.to_html(data.toString(), {
|
||||||
socketId : req.params.socketId
|
socketId : req.params.socketId
|
||||||
}));
|
}));
|
||||||
|
Loading…
Reference in New Issue
Block a user