diff options
author | crupest <crupest@outlook.com> | 2021-04-30 18:13:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-30 18:13:18 +0800 |
commit | 854ea0588458f73490b9e79e9d1f41e175452c92 (patch) | |
tree | 316de1c67ae54ec3d11900c6f9273f5b1f3f6c0a /BackEnd/Timeline/Controllers | |
parent | c2998e5833da46bbe5539bb4ce49fb3f10867a1d (diff) | |
download | timeline-854ea0588458f73490b9e79e9d1f41e175452c92.tar.gz timeline-854ea0588458f73490b9e79e9d1f41e175452c92.tar.bz2 timeline-854ea0588458f73490b9e79e9d1f41e175452c92.zip |
chore: Clean codes.
Diffstat (limited to 'BackEnd/Timeline/Controllers')
-rw-r--r-- | BackEnd/Timeline/Controllers/TimelinePostController.cs | 1 | ||||
-rw-r--r-- | BackEnd/Timeline/Controllers/UserAvatarController.cs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/BackEnd/Timeline/Controllers/TimelinePostController.cs b/BackEnd/Timeline/Controllers/TimelinePostController.cs index 21102400..9f69b59b 100644 --- a/BackEnd/Timeline/Controllers/TimelinePostController.cs +++ b/BackEnd/Timeline/Controllers/TimelinePostController.cs @@ -6,7 +6,6 @@ using System.Collections.Generic; using System.ComponentModel.DataAnnotations;
using System.Threading.Tasks;
using Timeline.Entities;
-using Timeline.Filters;
using Timeline.Helpers.Cache;
using Timeline.Models;
using Timeline.Models.Http;
diff --git a/BackEnd/Timeline/Controllers/UserAvatarController.cs b/BackEnd/Timeline/Controllers/UserAvatarController.cs index 05c73aa2..47d46a54 100644 --- a/BackEnd/Timeline/Controllers/UserAvatarController.cs +++ b/BackEnd/Timeline/Controllers/UserAvatarController.cs @@ -1,7 +1,6 @@ using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
-using System;
using System.Threading.Tasks;
using Timeline.Filters;
using Timeline.Helpers.Cache;
|