1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-05-31 02:29:18 +02:00

Blog posts, fix lint

This commit is contained in:
binwiederhier 2023-03-29 00:23:08 -04:00
parent 9b30ada880
commit 4596e4bcab
2 changed files with 4 additions and 2 deletions
server

View file

@ -34,8 +34,6 @@ import (
"unicode/utf8"
)
import _ "net/http/pprof"
// Server is the main server, providing the UI and API for ntfy
type Server struct {
config *Config