aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Controllers/UserController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Controllers/UserController.cs')
-rw-r--r--Timeline/Controllers/UserController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Controllers/UserController.cs b/Timeline/Controllers/UserController.cs
index eb1b8513..b9e0979d 100644
--- a/Timeline/Controllers/UserController.cs
+++ b/Timeline/Controllers/UserController.cs
@@ -6,7 +6,7 @@ using Timeline.Services;
namespace Timeline.Controllers
{
- [Route("api/[controller]")]
+ [Route("[controller]")]
public class UserController : Controller
{
private static class LoggingEventIds