소스 검색

update url

Yuki Takei 1 년 전
부모
커밋
e8fc6edc2b
1개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  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: [