Commit 42608cdd authored by Steven's avatar Steven

chore: fix server context

parent 2cfa4c3b
......@@ -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" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment