mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-14 00:23:21 +02:00
More tests; Discovered a bug with the response codes
This commit is contained in:
parent
bdeec4d297
commit
483410c4a2
2 changed files with 55 additions and 2 deletions
server
|
@ -3,9 +3,8 @@ package server
|
|||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"net/http"
|
||||
|
||||
"heckel.io/ntfy/log"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
// errHTTP is a generic HTTP error for any non-200 HTTP error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue