mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 20:05:17 +03:00
refactor: move domain structure and mapper
This commit is contained in:
@@ -33,7 +33,7 @@ func NewApp() *App {
|
||||
func (a *App) Run() {
|
||||
err := a.hubServe()
|
||||
if err != nil {
|
||||
a.log.Error().Err(err).Msg("failed start server")
|
||||
a.log.Error().Err(err).Msg("failed to start the server")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user