mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-21 06:45:26 -06:00
Add HTTP 413 to normal errors to not log
This commit is contained in:
parent
3a37ea32f7
commit
df82fdf44c
5 changed files with 22 additions and 23 deletions
|
|
@ -26,7 +26,6 @@ var (
|
|||
type Store struct {
|
||||
db *db.DB
|
||||
queries queries
|
||||
|
||||
}
|
||||
|
||||
// queries holds the database-specific SQL queries.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue