commit
54a6e56004
|
@ -26,7 +26,7 @@ const (
|
|||
)
|
||||
|
||||
var (
|
||||
idRegex = regexp.MustCompile(`^[\w_-]+$`)
|
||||
idRegex = regexp.MustCompile(`^[\w-\.]+$`)
|
||||
maxIdLen = 1024
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue