Skip to content

Commit

Permalink
fixup! add webutil.NewServer
Browse files Browse the repository at this point in the history
  • Loading branch information
svenwltr committed Sep 20, 2024
1 parent b74fbc4 commit 3ffdeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webutil/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func ProvideHandler(c *dig.Container, fn any) error {
return c.Provide(fn, dig.Group("handler"), dig.As(new(Handler)))
}

func New(p ServerParams) *Server {
func NewServer(p ServerParams) *Server {
return &Server{
AssetFS: p.AssetFS,
AssetPathPrefix: p.AssetPathPrefix,
Expand Down

0 comments on commit 3ffdeaa

Please sign in to comment.