2
0
Эх сурвалжийг харах

Change type session to apiKey

Atsushi Nakatsugawa 1 жил өмнө
parent
commit
dec3bbe23f

+ 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',
       },