diff options
Diffstat (limited to 'api/WhatApi/Endpoints/DownloadContentEndpoint.cs')
| -rw-r--r-- | api/WhatApi/Endpoints/DownloadContentEndpoint.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/WhatApi/Endpoints/DownloadContentEndpoint.cs b/api/WhatApi/Endpoints/DownloadContentEndpoint.cs index 34e51e8..dbbe57f 100644 --- a/api/WhatApi/Endpoints/DownloadContentEndpoint.cs +++ b/api/WhatApi/Endpoints/DownloadContentEndpoint.cs @@ -14,4 +14,4 @@ public class DownloadContentEndpoint : BaseEndpoint return NotFound(); } } -}
\ No newline at end of file +} |
