CSCI-GA-2820-SP24-003 / payments

NYU DevOps Payments Service Spring 2024
Apache License 2.0
2 stars 2 forks source link

Add API Prefix #59

Closed bairixie closed 6 months ago

bairixie commented 7 months ago

As a developer I need to add the prefix /api to my REST API routes
So that the API is clearly separated from UI routes, making it easier for consumers to distinguish between them.

Details and Assumptions

Acceptance Criteria

 Given the refactored Flask-RESTX service
When a consumer accesses any API route
Then the route should start with `/api`, distinguishing it from UI routes