fix: serve frontend assets

This commit is contained in:
Steven
2024-04-28 08:42:24 +08:00
parent 399364af01
commit 101aa6a10f
2 changed files with 25 additions and 1 deletions

View File

@ -179,6 +179,7 @@ func (s *APIV1Service) CreateShortcut(ctx context.Context, request *apiv1pb.Crea
response := &apiv1pb.CreateShortcutResponse{
Shortcut: composedShortcut,
}
metric.Enqueue("Shortcut create")
return response, nil
}