Skip to content

Commit

Permalink
Get sections from the correct generated file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Villawhatever committed Oct 4, 2021
1 parent a8b7ebb commit 2fe8652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var date = new Date();
var app = express();
var https = require('https');
var request = require('request-promise');
const sectionJson = require('../Southfall/testOutput.json');
const sectionJson = require('../Southfall/segmented.json');
app.locals.sectionJson = sectionJson;


Expand Down

0 comments on commit 2fe8652

Please sign in to comment.