Skip to content

Conversation

@david1alvarez
Copy link
Contributor

Because:

  • Payments API shares code and services with other applications in the fxa ecosystem, but came with a default /api/ base path prefix for all routes
  • This prefix causes some confusion for the service health checks, which expect all heartbeat and version endpoints to be off of the root path for all services

This commit:

  • Removes the /api/ base prefix, as it is not required by internal or external stakeholders, and appears to be an inherited default value
  • removes the root ('/') endpoint, as its purpose is not yet defined

Closes #N/A (relates to SVCSE-4181)

Checklist

Put an x in the boxes that apply

  • My commit is GPG signed.
  • If applicable, I have modified or added tests which pass locally.
  • I have added necessary documentation (if appropriate).
  • I have verified that my changes render correctly in RTL (if appropriate).

Because:

* Payments API shares code and services with other applications in the fxa ecosystem, but came with a default /api/ base path prefix for all routes
* This prefix causes some confusion for the service health checks, which expect all heartbeat and version endpoints to be off of the root path for all services

This commit:

* Removes the /api/ base prefix, as it is not required by internal or external stakeholders, and appears to be an inherited default value
* removes the root ('/') endpoint, as its purpose is not yet defined

Closes #N/A (relates to SVCSE-4181)
@david1alvarez david1alvarez requested a review from a team as a code owner February 3, 2026 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants