Closed OLaursen closed 9 months ago
The endpoints necessary for us to implement, do not clash with our original URLS. So there's no need for the "/api" prefix. All the endpoints we need, are exposed via the API Controller located in Minitwit.Web/APIControllers.
The routing should be able to accommodate the API Controller, however we need to make sure that the endpoints that we need to make don't clash with the application's existing routing. That could be by adding the prefix "/api" to any endpoints concerning the api. That would also increase the separation between our live application and the simulation part of the project.
Acceptance criteria: When each endpoint that we need to make, is ready to be used by the API. (Bad explanation, sorry)