Skip to content

Commit

Permalink
Changed token url to connect/token.
Browse files Browse the repository at this point in the history
  • Loading branch information
mabvanaartrijk committed May 15, 2023
1 parent ac787f7 commit 55cba7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Poort8.Ishare.Common.Capabilities;

[Route("api/[controller]")]
[Route("[controller]")]
[ApiController]
public class CapabilitiesController : ControllerBase
{
Expand Down
2 changes: 1 addition & 1 deletion Poort8.Ishare.Common/Token/TokenController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Poort8.Ishare.Common.Token;

[Route("api/[controller]")]
[Route("connect/[controller]")]
[ApiController]
public class TokenController : ControllerBase
{
Expand Down

0 comments on commit 55cba7d

Please sign in to comment.