consolidation of some of the modules, localization fixes, product advisories work, qa work
This commit is contained in:
@@ -396,7 +396,7 @@ export class SseService {
|
||||
// Usage in component
|
||||
@Component({...})
|
||||
export class JobDetailComponent {
|
||||
jobUpdates$ = this.sse.connect<JobUpdate>(`/api/v1/orchestrator/jobs/${this.jobId}/stream`);
|
||||
jobUpdates$ = this.sse.connect<JobUpdate>(`/api/v1/jobengine/jobs/${this.jobId}/stream`);
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user