why did i make this so low

This commit is contained in:
biglyderv 2025-02-26 22:22:19 -05:00
parent 79bdcac9ef
commit b66c5e3c47
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -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) => {