diff --git a/server/server.go b/server/server.go index 9aabb27e..5d7ced4f 100644 --- a/server/server.go +++ b/server/server.go @@ -75,7 +75,7 @@ func NewServer(ctx context.Context, profile *profile.Profile, store *store.Store // Register frontend service. frontendService := frontend.NewFrontendService(profile, store) - frontendService.Serve(e) + frontendService.Serve(ctx, e) secret := "usememos" if profile.Mode == "prod" {