diff options
author | Raphael Kabo <mail@raphaelkabo.com> | 2023-02-02 10:21:11 +0000 |
---|---|---|
committer | Raphael Kabo <mail@raphaelkabo.com> | 2023-02-02 10:21:11 +0000 |
commit | 92e7472e8a2ce4cc6d2fb0433dad7678f693d255 (patch) | |
tree | dc3369d33c68d775e1fde44d4b47d2d35dfd72f2 /routes.js | |
parent | 2e4dbb873372e59dc4bceeca2a8d87460acf2ceb (diff) |
Upgrade dependencies
Diffstat (limited to 'routes.js')
-rwxr-xr-x | routes.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ const nanoid = customAlphabet('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklm const randomstring = require("randomstring"); -const { body, validationResult } = require('express-validator/check'); +const { body, validationResult } = require('express-validator'); const router = express.Router(); |