Sfoglia il codice sorgente

Change type session to apiKey

Atsushi Nakatsugawa 1 anno fa
parent
commit
dec3bbe23f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      apps/app/bin/swagger-jsdoc/definition-apiv3.js

+ 1 - 1
apps/app/bin/swagger-jsdoc/definition-apiv3.js

@@ -24,7 +24,7 @@ module.exports = {
         in: 'query',
       },
       cookieAuth: {
-        type: 'session',
+        type: 'apiKey',
         in: 'cookie',
         name: 'connect.sid',
       },