This commit is contained in:
Mihail Slobodyanuk 2022-12-22 10:00:25 +02:00
parent e253b64d43
commit 006a564bf5
2 changed files with 8 additions and 2 deletions

View file

@ -276,6 +276,9 @@ func run(args yggArgs, ctx context.Context) {
logger.Errorln(err)
} else {
err = n.rest_server.Serve()
if err != nil {
logger.Errorln(err)
}
}
}