From 5ff0aebca3df88bad64af69489c059435f3bc828 Mon Sep 17 00:00:00 2001 From: reiji-h Date: Tue, 4 Jun 2024 06:01:59 +0000 Subject: [PATCH] fix url --- .../src/features/growi-plugin/server/models/vo/github-url.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/src/features/growi-plugin/server/models/vo/github-url.ts b/apps/app/src/features/growi-plugin/server/models/vo/github-url.ts index 26b3c0968c9..143ee612121 100644 --- a/apps/app/src/features/growi-plugin/server/models/vo/github-url.ts +++ b/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