-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
On branch jacques-comments ASQ crashes when starting because of the following lines in app.js:
200. app.get('/images/:path/', registration.get);
...
207. app.get('/render/', ensureAuthenticated, registration.parsequestion);
208. app.get('/render2/', registration.sendanswer);I cannot determine the utility of those routes and for now commenting those lines solves the matter.
(Using Node.js 0.10.0, on OSX or Linux Mint 14)