CSCI-GA-2820-SU24-001 / orders

NYU DevOps Orders Service Summer 2024
Apache License 2.0
1 stars 2 forks source link

Root URL / should return application/json not text/html #52

Closed divyanshusharma1709 closed 1 month ago

divyanshusharma1709 commented 1 month ago

As a developer I need to return information as JSON from the root URL So that it can be properly processed

Acceptance Criteria

 Given the orders API
 When a GET request is made to the root URL 
 Then information is returned as JSON