summaryrefslogtreecommitdiffstats
path: root/api/WhatApi/Endpoints/BaseEndpoint.cs
diff options
context:
space:
mode:
Diffstat (limited to 'api/WhatApi/Endpoints/BaseEndpoint.cs')
-rw-r--r--api/WhatApi/Endpoints/BaseEndpoint.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/WhatApi/Endpoints/BaseEndpoint.cs b/api/WhatApi/Endpoints/BaseEndpoint.cs
index 1fdf14f..0820ac1 100644
--- a/api/WhatApi/Endpoints/BaseEndpoint.cs
+++ b/api/WhatApi/Endpoints/BaseEndpoint.cs
@@ -2,6 +2,7 @@ using System.Net;
namespace WhatApi.Endpoints;
+[Authorize]
[ApiController]
public class BaseEndpoint : ControllerBase
{