diff options
author | crupest <crupest@outlook.com> | 2020-03-13 18:03:29 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-13 18:03:29 +0800 |
commit | 1af4f51abcd09be68bc0e2ad77b163569a50a6b3 (patch) | |
tree | 23167ac72ad2a0a878eacbfec7fdd9b8b4a81c55 /Timeline/Controllers/TimelineController.cs | |
parent | 671590b071cccfb889e68c3f74581fcf15a02921 (diff) | |
download | timeline-1af4f51abcd09be68bc0e2ad77b163569a50a6b3.tar.gz timeline-1af4f51abcd09be68bc0e2ad77b163569a50a6b3.tar.bz2 timeline-1af4f51abcd09be68bc0e2ad77b163569a50a6b3.zip |
Clean code.
Diffstat (limited to 'Timeline/Controllers/TimelineController.cs')
-rw-r--r-- | Timeline/Controllers/TimelineController.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/Controllers/TimelineController.cs b/Timeline/Controllers/TimelineController.cs index 8bc0345f..f1781ff3 100644 --- a/Timeline/Controllers/TimelineController.cs +++ b/Timeline/Controllers/TimelineController.cs @@ -3,7 +3,6 @@ using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
-using Microsoft.Net.Http.Headers;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
|