Skip to content

Commit

Permalink
Resolve merge conflicts and remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Sep 13, 2024
2 parents 9aa7222 + 4e3257b commit a9da770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/base/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ var staticContent embed.FS

//go:embed static/client/login
var loginFallback embed.FS
var StaticContent = staticContent

const HTTPServerTimeout = time.Minute * 5

Expand Down Expand Up @@ -235,7 +236,6 @@ func SetupAndServeHTTP(
logrus.WithError(err).Fatal("failed to serve unix socket")
}
}

} else {
if err := externalServ.ListenAndServe(); err != nil {
if err != http.ErrServerClosed {
Expand Down

0 comments on commit a9da770

Please sign in to comment.