Skip to content

Commit

Permalink
Update facility-zid.ts
Browse files Browse the repository at this point in the history
change LOAs to CBs in the resources system
  • Loading branch information
ztlhayden authored Jul 27, 2024
1 parent e3422e8 commit eb95fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/facility-zid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import type { Facility } from "@/types";
const fac: Facility = {
id: "KZID",
faa_id: "ZID",
name: "Indianapolis ARTCC",
name: "Indy Center",
logo: "https://cdn.zidartcc.org/assets/img/indy_ext.png",
skipMajor: false,
domain: "zidartcc.org",
apiUrl: "https://api.zidartcc.org",
devApiUrl: "https://api.dev.zidartcc.org",
certificationsHideNone: true,
resources: ["SOPs", "LOAs", "vATIS", "Misc"],
resources: ["SOPs", "CBs", "vATIS", "Misc"],
customRoutes: [
{
path: "/",
Expand Down

0 comments on commit eb95fb8

Please sign in to comment.