Explorar el Código

Change type session to apiKey

Atsushi Nakatsugawa hace 1 año
padre
commit
dec3bbe23f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',
       },