Explorar o código

remove swagger tempolary and add a TODO comment

kaoritokashiki %!s(int64=5) %!d(string=hai) anos
pai
achega
fd79f5f49d
Modificáronse 1 ficheiros con 1 adicións e 8 borrados
  1. 1 8
      src/server/routes/apiv3/attachment.js

+ 1 - 8
src/server/routes/apiv3/attachment.js

@@ -6,14 +6,7 @@ const express = require('express');
 
 const router = express.Router();
 
-/**
- * @swagger
- *
- *     /attachment:
- *      get:
- *        tags: [Attachment]
- *
- */
+// TODO: add swagger by GW3441
 
 module.exports = (crowi) => {
   const accessTokenParser = require('../../middlewares/access-token-parser')(crowi);