1
0

Added missing space in main.

This commit is contained in:
Alexander Andreev 2023-02-05 21:10:01 +04:00
parent 6efb13870c
commit cde9e4d34b
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -50,6 +50,7 @@ func main() {
hand := http.NewHandlers(*captchaExpiry, *databasesPath, *guestbookOwner, *guestbookPageSize)
defer hand.CloseDB()
srv := http.NewHttpServer()
srv.SetNotFoundHandler(hand.NotFound)