mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-05-30 02:15:40 +02:00
Merge branch 'main' into user-account
This commit is contained in:
commit
1b39ba70cb
3 changed files with 23 additions and 0 deletions
server
|
@ -216,6 +216,10 @@ func (q *queryFilter) Pass(msg *message) bool {
|
|||
return true
|
||||
}
|
||||
|
||||
type apiHealthResponse struct {
|
||||
Healthy bool `json:"healthy"`
|
||||
}
|
||||
|
||||
type apiAccountCreateRequest struct {
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue