ITU-DevOps2024-Ben10 / ITU-minitwit

http://165.227.156.51:8080/
2 stars 0 forks source link

[1] As Devs we need to be sure that our Routing system can accommodate the API to prepare for the implementation of it #13

Closed OLaursen closed 9 months ago

OLaursen commented 9 months ago

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)

OLaursen commented 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.