Skip to content

Commit

Permalink
more small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Jan 26, 2024
1 parent 9913513 commit f0e47cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nav-app/src/app/services/data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ export class DataService {
private domainData$: Observable<Object>;

// URLs in case config file doesn't load properly
private latestVersion: Version = { name: "ATT&CK v14", number: "14" };
private lowestSupportedVersion: Version; // used by tabs component
private enterpriseAttackURL: string = "https://raw.githubusercontent.com/mitre/cti/master/enterprise-attack/enterprise-attack.json";
private mobileAttackURL: string = "https://raw.githubusercontent.com/mitre/cti/master/mobile-attack/mobile-attack.json";
private icsAttackURL: string = "https://raw.githubusercontent.com/mitre/cti/master/ics-attack/ics-attack.json";
public latestVersion: Version = { name: "ATT&CK v14", number: "14" };
public lowestSupportedVersion: Version; // used by tabs component
public enterpriseAttackURL: string = "https://raw.githubusercontent.com/mitre/cti/master/enterprise-attack/enterprise-attack.json";
public mobileAttackURL: string = "https://raw.githubusercontent.com/mitre/cti/master/mobile-attack/mobile-attack.json";
public icsAttackURL: string = "https://raw.githubusercontent.com/mitre/cti/master/ics-attack/ics-attack.json";

/**
* Set up the URLs for data
Expand Down

0 comments on commit f0e47cd

Please sign in to comment.