Skip to content

Commit

Permalink
Merge pull request #185 from RedHatInsights/adding-advisor-to-endpoints
Browse files Browse the repository at this point in the history
Adding advisor-backend to ServiceEndpoints
  • Loading branch information
justinorringer authored Feb 18, 2025
2 parents 2c4c6cf + 2d26ca9 commit 5a7c571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/integration/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Endpoint } from 'app-common-js';
export enum ServiceNames {
'ros-backend' = 'ros-backend',
'chrome-service' = 'chrome-service',
'advisor-backend' = 'advisor',
}

export type ServicesEndpoints = {
Expand Down

0 comments on commit 5a7c571

Please sign in to comment.