aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/Controllers
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-04-12 18:02:56 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2026-04-12 18:02:56 +0200
commitcd0551534d8aaf3d3d5cc1727dfcc01d0637c6b2 (patch)
tree6c06381eb35f34bef66c9a67115f9760e5f78674 /src/Enmarcha.Backend/Controllers
parent7178807ef9724890b39dbf09e1de5b0a9c799a85 (diff)
Run formatter, split code in backend
Diffstat (limited to 'src/Enmarcha.Backend/Controllers')
-rw-r--r--src/Enmarcha.Backend/Controllers/AlertsController.cs1
-rw-r--r--src/Enmarcha.Backend/Controllers/Backoffice/LoginController.cs2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/Enmarcha.Backend/Controllers/AlertsController.cs b/src/Enmarcha.Backend/Controllers/AlertsController.cs
index 4860399..7d19894 100644
--- a/src/Enmarcha.Backend/Controllers/AlertsController.cs
+++ b/src/Enmarcha.Backend/Controllers/AlertsController.cs
@@ -1,5 +1,4 @@
using Enmarcha.Backend.Data;
-using Enmarcha.Backend.Data.Models;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
diff --git a/src/Enmarcha.Backend/Controllers/Backoffice/LoginController.cs b/src/Enmarcha.Backend/Controllers/Backoffice/LoginController.cs
index 1e9f12f..2a5a515 100644
--- a/src/Enmarcha.Backend/Controllers/Backoffice/LoginController.cs
+++ b/src/Enmarcha.Backend/Controllers/Backoffice/LoginController.cs
@@ -1,4 +1,4 @@
-using Microsoft.AspNetCore.Authentication;
+using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;