Explorar el Código

remove a line between swagger and contents of router.get

kaoritokashiki hace 5 años
padre
commit
c4699e9d48
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/server/routes/apiv3/attachment.js

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

@@ -38,7 +38,6 @@ module.exports = (crowi) => {
    *            schema:
    *              type: string
    */
-
   router.get('/list', accessTokenParser, loginRequired, async(req, res) => {
 
     try {