Updated HTTP URL

This commit is contained in:
Joseph Rautenbach 2019-01-21 02:03:49 +02:00
parent ef5f62d2ca
commit 197262522c

2
app.js
View File

@ -8,7 +8,7 @@ var port = 3001;
var staticDir = 'static/';
var tempDirRoot = 'temp/';
var outputDir = 'output/';
var httpOutputURL = 'http://127.0.0.1/output/';
var httpOutputURL = 'output/';
// Command to compile .tex file to .dvi file. Timeout kills LaTeX after 5 seconds if held up
var latexCMD = 'timeout 5 latex -interaction nonstopmode -halt-on-error equation.tex';