Skip to content

Commit 75cb4b6

Browse files
committed
fix: fake url as placeholder
Signed-off-by: Umberto Sgueglia <usgueglia@contractor.linuxfoundation.org>
1 parent d56ceea commit 75cb4b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/apps/automatic_projects_discovery_worker/src/sources/lf-criticality-score

services/apps/automatic_projects_discovery_worker/src/sources/lf-criticality-score/source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { IDatasetDescriptor, IDiscoverySource, IDiscoverySourceRow } from '../ty
88

99
const log = getServiceLogger()
1010

11-
const DEFAULT_API_URL = 'https://hypervascular-nonduplicative-vern.ngrok-free.dev'
11+
const DEFAULT_API_URL = 'https://lf-criticality-score-api.example.com'
1212
const PAGE_SIZE = 100
1313

1414
interface LfApiResponse {

0 commit comments

Comments
 (0)