Procházet zdrojové kódy

remove a line between swagger and contents of router.get

kaoritokashiki před 5 roky
rodič
revize
c4699e9d48
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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 {