Skip to content

Commit e1a59e7

Browse files
committed
3 chnages
1 parent 5ca4720 commit e1a59e7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

data/trains.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#mohin
1+
<h2>Hi Hellow 2</h2>
22
{
33
"trains": [
44
{

public/javascripts/global.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
var userListData = [];
24

35
$(document).ready(function() {

routes/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
<h1>Hi Hellow 3 </h1>
13
var express = require('express');
24
var router = express.Router();
35

0 commit comments

Comments
 (0)