Fix problems style; in the middle of French translation
[vchess.git] / routes / all.js
index 49ca802..5ab6ae9 100644 (file)
@@ -4,7 +4,7 @@ const createError = require('http-errors');
 const sqlite3 = require('sqlite3');//.verbose();
 const db = new sqlite3.Database('db/vchess.sqlite');
 const sanitizeHtml = require('sanitize-html');
-const MaxNbProblems = 2;
+const MaxNbProblems = 20;
 
 const supportedLang = ["fr","en"];
 function selectLanguage(req, res)