aboutsummaryrefslogtreecommitdiff
path: root/backend/api/api/Controllers/AuthController.cs
diff options
context:
space:
mode:
authorIvan Ljubisavljevic <ivan996sk@gmail.com>2022-03-15 22:31:51 +0100
committerIvan Ljubisavljevic <ivan996sk@gmail.com>2022-03-15 22:31:51 +0100
commit9b120a7ab2f10133f1cdb4cd793680e38c83fffd (patch)
tree95b51e51fa9f96a01136ab42b00da8b228b5f8ac /backend/api/api/Controllers/AuthController.cs
parent8e07a63b822d5e07443c23495f4264883c8793b8 (diff)
Ispravljen model za dataset, odradjen model za model dataseta
Diffstat (limited to 'backend/api/api/Controllers/AuthController.cs')
-rw-r--r--backend/api/api/Controllers/AuthController.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/api/api/Controllers/AuthController.cs b/backend/api/api/Controllers/AuthController.cs
index 6dfe483a..7167d1bf 100644
--- a/backend/api/api/Controllers/AuthController.cs
+++ b/backend/api/api/Controllers/AuthController.cs
@@ -49,8 +49,6 @@ namespace api.Controllers
return Ok(newToken);
-
-
}