mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-16 20:10:07 +01:00
chore: nitpicky details
This commit is contained in:
@@ -10,12 +10,12 @@ namespace QuotifyBE.Controllers;
|
||||
[EnableCors]
|
||||
[Route("api/v1/stats")]
|
||||
[Produces("application/json")]
|
||||
public class StatisticController : ControllerBase
|
||||
public class StatisticsController : ControllerBase
|
||||
{
|
||||
|
||||
private readonly ApplicationDbContext _db;
|
||||
|
||||
public StatisticController( ApplicationDbContext db)
|
||||
public StatisticsController( ApplicationDbContext db)
|
||||
{
|
||||
_db = db;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user