aboutsummaryrefslogtreecommitdiff
path: root/Backend
diff options
context:
space:
mode:
authorbranislav.radivojevic <wafflemynxyt@gmail.com>2022-10-27 22:01:02 +0200
committerbranislav.radivojevic <wafflemynxyt@gmail.com>2022-10-27 22:01:02 +0200
commit3193cbe98f170f5ce46d20139e77bc8113b98d70 (patch)
treefaead7834a9ab316a9de5868c492a8918ce81a6e /Backend
parentf7997bed82a22b91e4c6364bfb9f64679357f0d1 (diff)
controller path
Diffstat (limited to 'Backend')
-rw-r--r--Backend/Api/Api/Controllers/AuthController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Backend/Api/Api/Controllers/AuthController.cs b/Backend/Api/Api/Controllers/AuthController.cs
index b75bd6d..456abd9 100644
--- a/Backend/Api/Api/Controllers/AuthController.cs
+++ b/Backend/Api/Api/Controllers/AuthController.cs
@@ -13,6 +13,7 @@ namespace Api.Controllers
_userService = userService;
}
+ [HttpPost("register")]
public async Task<ActionResult<string>> Register([FromBody] Register creds)
{
//this is beyond scuffed and will be cleaned up later, when users,login and controllers are made