Fmt
This commit is contained in:
@@ -47,7 +47,7 @@ import (
|
|||||||
// Server is the main server, providing the UI and API for ntfy
|
// Server is the main server, providing the UI and API for ntfy
|
||||||
type Server struct {
|
type Server struct {
|
||||||
config *Config
|
config *Config
|
||||||
db *sql.DB // Shared PostgreSQL connection pool, nil when using SQLite
|
db *sql.DB // Shared PostgreSQL connection pool, nil when using SQLite
|
||||||
httpServer *http.Server
|
httpServer *http.Server
|
||||||
httpsServer *http.Server
|
httpsServer *http.Server
|
||||||
httpMetricsServer *http.Server
|
httpMetricsServer *http.Server
|
||||||
|
|||||||
Reference in New Issue
Block a user