Skip to content

Commit 710901b

Browse files
Merge pull request #8 from harpreetsinghwalia13/master
Update movie.js
2 parents 316c504 + 4ed8940 commit 710901b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/javascripts/movie.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$(function() {
2-
2+
//test test test
33
var mdata={};
44
var url = '/javascripts/movie.json';
55

@@ -42,4 +42,4 @@ $(function() {
4242
};
4343

4444

45-
});
45+
});

routes/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*
3-
* GET home page.
3+
* GET home page.dbjshdjshdjshdsjhdjshd
44
*/
55

66
exports.index = function(req, res){
@@ -34,4 +34,4 @@ exports.logout = function(req, res){
3434

3535
exports.home = function(req, res){
3636
res.render('home', { title: 'Home'});
37-
};
37+
};

0 commit comments

Comments
 (0)