Skip to content
Snippets Groups Projects
Unverified Commit 8d05ef30 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

fix(api): fix file type regex

parent 66369b4b
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ export const meta = {
},
type: {
validator: $.optional.nullable.str.match(/^[a-zA-Z\/\-*]+$/)
validator: $.optional.nullable.str.match(/^[a-zA-Z0-9\/\-*]+$/)
},
origin: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment