Browse Source

added share link array with null element

ryuichi-e 6 years ago
parent
commit
a8ff4f6ea2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/server/routes/apiv3/share-links.js

+ 2 - 0
src/server/routes/apiv3/share-links.js

@@ -12,6 +12,8 @@ const { body } = require('express-validator/check');
 
 const ErrorV3 = require('../../models/vo/error-apiv3');
 
+const validator = {};
+
 /**
  * @swagger
  *  tags: