1
0
Fork 0
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:
binwiederhier 2023-02-22 22:44:48 -05:00
parent bdeec4d297
commit 483410c4a2
2 changed files with 55 additions and 2 deletions
server

View file

@ -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