fix serve return error, rename to crud.go

This commit is contained in:
Thomas von Dein
2024-12-20 23:04:31 +01:00
committed by T.v.Dein
parent a49aa5b8d0
commit e392aa924f

View File

@@ -322,9 +322,7 @@ func Serve(conf *cfg.Config) *cobra.Command {
// errors at this stage do not cause the usage to be shown
cmd.SilenceUsage = true
rest.Runserver(conf, nil)
return nil
return rest.Runserver(conf, nil)
},
}