why did i make this so low
This commit is contained in:
parent
79bdcac9ef
commit
b66c5e3c47
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let db = await initDb();
|
|||
|
||||
const router = Router();
|
||||
const minChar = 1;
|
||||
const maxChar = 32;
|
||||
const maxChar = 2048;
|
||||
|
||||
|
||||
router.post('/', async (req, res, next) => {
|
||||
|
|
Loading…
Reference in a new issue