Browse Source

added today's date

ryuichi-e 6 năm trước cách đây
mục cha
commit
307febeb95
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/server/routes/apiv3/share-links.js

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

@@ -14,6 +14,8 @@ const ErrorV3 = require('../../models/vo/error-apiv3');
 
 const validator = {};
 
+const today = new Date();
+
 /**
  * @swagger
  *  tags: