1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-06-17 10:03:13 +02:00

Tests, client tests WIP

This commit is contained in:
Philipp Heckel 2021-12-22 14:17:50 +01:00
parent 68d881291c
commit 6a7e9071b6
7 changed files with 104 additions and 30 deletions
server

View file

@ -52,9 +52,9 @@ type Config struct {
}
// NewConfig instantiates a default new server config
func NewConfig(listenHTTP string) *Config {
func NewConfig() *Config {
return &Config{
ListenHTTP: listenHTTP,
ListenHTTP: DefaultListenHTTP,
ListenHTTPS: "",
KeyFile: "",
CertFile: "",