CSCI-GA-2820-FA24-001 / customers

NYU DevOps Customers Service Fall 2024
Apache License 2.0
0 stars 1 forks source link

Add API Route Prefix #61

Open molliey opened 1 week ago

molliey commented 1 week ago

As a developer I need to add an /api prefix to all API routes So that UI routes are clearly distinguished from API routes.

Details & Assumptions:

Acceptance Criteria:

Given the microservice is running When requests are made to the updated routes with the /api prefix Then all routes should respond as expected.