Skip to content

Commit

Permalink
add fhir-servers to the list of logged in paths (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 authored Jan 13, 2025
1 parent 192a681 commit df25b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-connector/src/app/query/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ export default function HeaderComponent() {
);
}

const LOGGED_IN_PATHS = ["/query", "/queryBuilding"];
const LOGGED_IN_PATHS = ["/query", "/queryBuilding", "/fhir-servers"];

0 comments on commit df25b62

Please sign in to comment.