Yuki Takei il y a 1 an
Parent
commit
e8fc6edc2b
1 fichiers modifiés avec 1 ajouts et 7 suppressions
  1. 1 7
      apps/app/config/swagger-definition.js

+ 1 - 7
apps/app/config/swagger-definition.js

@@ -11,13 +11,7 @@ module.exports = {
   },
   servers: [
     {
-      url: 'https://demo.growi.org{basePath}',
-      variables: {
-        basePath: {
-          default: basePath,
-          description: 'base path',
-        },
-      },
+      url: `https://demo.growi.org${basePath}`,
     },
   ],
   security: [