Skip to content

Commit

Permalink
Merge pull request #3139 from HHS/update-URLs-in-API-spec
Browse files Browse the repository at this point in the history
chore: updating openapi's URLs
  • Loading branch information
jonnalley authored Nov 27, 2024
2 parents 468a35d + 5ef69eb commit 6f61410
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions backend/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ info:
servers:
- url: https://localhost:8080
description: Localhost
- url: https://ops-backend.app.cloud.gov
- url: https://dev.ops.opre.acf.gov/api/v1/
description: Development Server (Live)
- url: https://ops-api-staging.app.cloud.gov
- url: https://stg.ops.opre.acf.gov/api/v1/
description: Staging Server (Live)
- url: https://ops.opre.acf.gov/api/v1/
description: Production Server (Live)

tags:
- name: Agreements
Expand Down

0 comments on commit 6f61410

Please sign in to comment.