mstore server: moving creating listener from service to service

This commit is contained in:
2026-03-25 12:47:48 +02:00
parent 11bcfc72a2
commit bf7c2ca5b0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -422,7 +422,7 @@ EXTRA_mstored_SOURCES = cmd/mstored/starter/starter.go \
app/router/bindobj.go app/router/context.go \
app/router/corsmw.go app/router/loggingmw.go \
app/router/pathc.go app/router/recovermw.go \
app/router/router.go app/server/server.go \
app/router/router.go app/server/server.go app/server/listen.go \
app/service/service.go app/storage/blob.go app/storage/file.go \
app/storage/hasher.go app/storage/helm.go app/storage/store.go \
pkg/accntcli/client.go pkg/accntcli/createacc.go \