mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 08:35:43 +00:00
fix: add generic shoutrrr prefix to validators(#422)
This commit is contained in:
parent
4b51a4ad9a
commit
21ad5a32c1
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ func init() {
|
||||||
"teams://",
|
"teams://",
|
||||||
"telegram://",
|
"telegram://",
|
||||||
"zulip://",
|
"zulip://",
|
||||||
|
"generic://",
|
||||||
}
|
}
|
||||||
|
|
||||||
str := fl.Field().String()
|
str := fl.Field().String()
|
||||||
|
|
Loading…
Reference in a new issue