summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-05-05 20:33:44 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-05-05 20:33:44 +0900
commit1092532292bb07c49102db5529c2035de1c36078 (patch)
treec6c5855ccd42c6cfb3c429544d6490e7457c7dcf /src/server/api/endpoints
parentMerge branch 'develop' (diff)
parent11.11.0 (diff)
downloadmisskey-1092532292bb07c49102db5529c2035de1c36078.tar.gz
misskey-1092532292bb07c49102db5529c2035de1c36078.tar.bz2
misskey-1092532292bb07c49102db5529c2035de1c36078.zip
Merge branch 'develop'
Diffstat (limited to 'src/server/api/endpoints')
-rw-r--r--src/server/api/endpoints/drive/files.ts2
-rw-r--r--src/server/api/endpoints/drive/stream.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/server/api/endpoints/drive/files.ts b/src/server/api/endpoints/drive/files.ts
index 493e14464c..d10c2a3ef4 100644
--- a/src/server/api/endpoints/drive/files.ts
+++ b/src/server/api/endpoints/drive/files.ts
@@ -37,7 +37,7 @@ export const meta = {
},
type: {
- validator: $.optional.str.match(/^[a-zA-Z\/\-\*]+$/)
+ validator: $.optional.str.match(/^[a-zA-Z\/\-*]+$/)
}
},
diff --git a/src/server/api/endpoints/drive/stream.ts b/src/server/api/endpoints/drive/stream.ts
index db17979a4b..f75c4273c3 100644
--- a/src/server/api/endpoints/drive/stream.ts
+++ b/src/server/api/endpoints/drive/stream.ts
@@ -27,7 +27,7 @@ export const meta = {
},
type: {
- validator: $.optional.str.match(/^[a-zA-Z\/\-\*]+$/)
+ validator: $.optional.str.match(/^[a-zA-Z\/\-*]+$/)
}
},