We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 316c504 + 4ed8940 commit 710901bCopy full SHA for 710901b
public/javascripts/movie.js
@@ -1,5 +1,5 @@
1
$(function() {
2
-
+//test test test
3
var mdata={};
4
var url = '/javascripts/movie.json';
5
@@ -42,4 +42,4 @@ $(function() {
42
};
43
44
45
-});
+});
routes/index.js
@@ -1,6 +1,6 @@
/*
- * GET home page.
+ * GET home page.dbjshdjshdjshdsjhdjshd
*/
6
exports.index = function(req, res){
@@ -34,4 +34,4 @@ exports.logout = function(req, res){
34
35
exports.home = function(req, res){
36
res.render('home', { title: 'Home'});
37
-};
+};
0 commit comments