reiji-h 2 년 전
부모
커밋
5ff0aebca3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/app/src/features/growi-plugin/server/models/vo/github-url.ts

+ 1 - 1
apps/app/src/features/growi-plugin/server/models/vo/github-url.ts

@@ -1,7 +1,7 @@
 
 import sanitize from 'sanitize-filename';
 
-// https://regex101.com/r/OJB2UJ/1
+// https://regex101.com/r/fK2rV3/1
 const githubReposIdPattern = new RegExp(/^\/([^/]+)\/([^/]+)$/);
 
 // https://regex101.com/r/CQjSuz/1