mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
fix(api): fix file type regex
This commit is contained in:
parent
7da9d543ae
commit
3c75293f3f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export const meta = {
|
||||||
},
|
},
|
||||||
|
|
||||||
type: {
|
type: {
|
||||||
validator: $.optional.nullable.str.match(/^[a-zA-Z\/\-*]+$/)
|
validator: $.optional.nullable.str.match(/^[a-zA-Z0-9\/\-*]+$/)
|
||||||
},
|
},
|
||||||
|
|
||||||
origin: {
|
origin: {
|
||||||
|
|
Loading…
Reference in a new issue