fixed recipient storing problem

This commit is contained in:
Stephan D
2025-12-05 09:37:51 +01:00
parent d62a3413b2
commit e854963fa6
5 changed files with 5 additions and 5 deletions

View File

@@ -13,5 +13,5 @@ func factory(logger mlogger.Logger, file string, debug bool) (server.Application
}
func main() {
smain.RunServer("mntx_gateway", appversion.Create(), factory)
smain.RunServer("gateway", appversion.Create(), factory)
}