Skip to content
Snippets Groups Projects
Commit 3d22c572 authored by Nikoline Vistoft Bartholin's avatar Nikoline Vistoft Bartholin
Browse files

Controller-navn er rettet

parent b0f0b1e2
Branches main
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ using ZiggyCreatures.Caching.Fusion.Events;
namespace assignment1.Controllers
{
[ApiController]
[Route("api/[controller]")]
[Route("[controller]")]
public class AuthController : ControllerBase
{
private readonly UserManager<ApiUser> _userManager;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment