diff --git a/app.js b/app.js index 1fb7098..e78cd11 100644 --- a/app.js +++ b/app.js @@ -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';