Skip to content

Commit

Permalink
update_packagename
Browse files Browse the repository at this point in the history
  • Loading branch information
hulutech-web committed Jun 18, 2024
1 parent 1c9540e commit 81c5118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (receiver *ServiceProvider) Boot(app foundation.Application) {
app.Commands([]console.Command{
commands.NewPublishHttpResult(),
})
app.Publishes("./packages/http_result", map[string]string{
app.Publishes("github.com/hulutech-web/http_result", map[string]string{
"config/http_result.go": app.ConfigPath("http_result.go"),
})
}

0 comments on commit 81c5118

Please sign in to comment.