From 842502e82c4ddfea05a5f77c361aaa27f75afc42 Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 26 Oct 2025 22:57:28 +0100 Subject: Refactor db schema and add audits --- api/WhatApi/Endpoints/DownloadContentEndpoint.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'api/WhatApi/Endpoints/DownloadContentEndpoint.cs') diff --git a/api/WhatApi/Endpoints/DownloadContentEndpoint.cs b/api/WhatApi/Endpoints/DownloadContentEndpoint.cs index dbe6bff..34e51e8 100644 --- a/api/WhatApi/Endpoints/DownloadContentEndpoint.cs +++ b/api/WhatApi/Endpoints/DownloadContentEndpoint.cs @@ -1,5 +1,3 @@ -using Microsoft.AspNetCore.Mvc; - namespace WhatApi.Endpoints; public class DownloadContentEndpoint : BaseEndpoint -- cgit v1.3