chore: fix server context

pull/2672/head
Steven 1 year ago
parent 2cfa4c3b76
commit 42608cdd8f

@ -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" {

Loading…
Cancel
Save