Skip to content

Commit

Permalink
fix serve return error, rename to crud.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Dec 20, 2024
1 parent 99597f7 commit 1af2991
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/maincommands.go → cmd/crud.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
}

Expand Down

0 comments on commit 1af2991

Please sign in to comment.