inline svg

This commit is contained in:
Nazar Kanaev
2020-07-20 21:48:18 +01:00
parent 98ba266921
commit 3ba13bbbcb
5 changed files with 40 additions and 32 deletions

View File

@@ -148,6 +148,6 @@ func New() *http.Server {
counter: make(chan int),
}
s := &http.Server{Addr: "127.0.0.1:8000", Handler: h}
h.startJobs()
//h.startJobs()
return s
}