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

Tiny changes

This commit is contained in:
binwiederhier 2023-02-14 14:26:30 -05:00
parent 66cf54e458
commit 80292f1f4d
3 changed files with 2 additions and 10 deletions
server

View file

@ -32,14 +32,6 @@ import (
"unicode/utf8"
)
/*
- MEDIUM fail2ban to work with ntfy log not nginx log
- HIGH test for delayed sending
- LOW https://github.com/binwiederhier/ntfy/actions/runs/4169886276/jobs/7218312719
*/
// Server is the main server, providing the UI and API for ntfy
type Server struct {
config *Config