mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-06 06:27:39 +03:00
Add option for direct deployment to heroku and other small fixes
This commit is contained in:
parent
7bcd19d8b0
commit
50b0308f7d
19 changed files with 297 additions and 1541 deletions
|
@ -21,7 +21,6 @@ export const unansweredQuestion = catchAsyncErrors(async (req, res, next) => {
|
|||
res.status(200).render('answers', {
|
||||
title: answers.question.text.spans.map(span => span.text).join(''),
|
||||
data: answers,
|
||||
math: answers.hasMath,
|
||||
});
|
||||
});
|
||||
|
||||
|
@ -35,7 +34,6 @@ export const answeredQuestion = catchAsyncErrors(async (req, res, next) => {
|
|||
res.status(200).render('answers', {
|
||||
title: answers.question.text.spans.map(span => span.text).join(''),
|
||||
data: answers,
|
||||
math: answers.hasMath,
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue