Skip to content

Commit 830500f

Browse files
committed
Merge branch 'main' into isaacmilarky/NDH-278-build-out-organization-affiliation-endpoint
2 parents 3b6baae + 23820a3 commit 830500f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ A list of core team members responsible for the code and documentation in this r
7272

7373
## Repository Structure
7474

75-
This is the main repository for the Naitonal Provider Directory (NPD) workstream. You will find more information about each component in a README.md file within its respective directory.
75+
This is the main repository for the National Provider Directory (NPD) workstream. You will find more information about each component in a README.md file within its respective directory.
7676

7777
- [backend](./backend/): FHIR Provider Directory API and directory browser
78-
- [frontend](./backend/): Directory browser React application
78+
- [frontend](./frontend/): Directory browser React application
7979
- [flyway](./flyway/): Database migrations
8080
- [playwright](./playwright/): End-to-end test suite
8181

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ text-unidecode==1.3
4747
types-python-dateutil==2.9.0.20250516
4848
typing_extensions==4.14.0
4949
unittest-xml-reporting==3.2.0
50-
urllib3==2.6.0
50+
urllib3==2.6.3

etls/loadFIPS/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ pandas==2.3.1
33
sqlalchemy==2.0.41
44
python-dotenv==1.1.1
55
pangres==4.2.1
6-
psycopg2-binary==2.9.10
6+
psycopg2-binary==2.9.10
7+
urllib3==2.6.3

0 commit comments

Comments
 (0)