summaryrefslogtreecommitdiff
path: root/routes.js
diff options
context:
space:
mode:
authorRaphael Kabo <mail@raphaelkabo.com>2023-02-02 10:21:11 +0000
committerRaphael Kabo <mail@raphaelkabo.com>2023-02-02 10:21:11 +0000
commit92e7472e8a2ce4cc6d2fb0433dad7678f693d255 (patch)
treedc3369d33c68d775e1fde44d4b47d2d35dfd72f2 /routes.js
parent2e4dbb873372e59dc4bceeca2a8d87460acf2ceb (diff)
Upgrade dependencies
Diffstat (limited to 'routes.js')
-rwxr-xr-xroutes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes.js b/routes.js
index 49d6b71..9c58eb2 100755
--- a/routes.js
+++ b/routes.js
@@ -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();