Skip to content

Commit

Permalink
3 chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
mohinshaik committed Oct 27, 2024
1 parent 5ca4720 commit e1a59e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/trains.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#mohin
<h2>Hi Hellow 2</h2>
{
"trains": [
{
Expand Down
2 changes: 2 additions & 0 deletions public/javascripts/global.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


var userListData = [];

$(document).ready(function() {
Expand Down
2 changes: 2 additions & 0 deletions routes/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

<h1>Hi Hellow 3 </h1>
var express = require('express');
var router = express.Router();

Expand Down

0 comments on commit e1a59e7

Please sign in to comment.