mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
server init moved to new logger
This commit is contained in:
parent
1f713c11b6
commit
76d77bef9b
3 changed files with 18 additions and 33 deletions
|
@ -65,5 +65,5 @@ func main() {
|
|||
section.Register(rt)
|
||||
|
||||
ready := make(chan struct{}, 1) // channel signals router ready
|
||||
endpoint.Serve(ready)
|
||||
endpoint.Serve(rt, ready)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue