baratgabor/MyWarehouse

Swagger module incorrectly placed in Infrastructure layer

baratgabor opened this issue · 0 comments

Swagger/SwaggerUI is clearly an API-concern that specifically relates to the presentation of the application core as a REST Web API.

I don't know why did I originally place it in the Infrastructure layer (I suppose I just wasn't thinking), but it should moved to the WebApi project.