aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Controllers/UserTestController.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-08-09 21:48:12 +0800
committerGitHub <noreply@github.com>2019-08-09 21:48:12 +0800
commitd97185e6152a327f6ef3b1873bfd86f1a3aac3a1 (patch)
treef1cf455b758e8bf0265d4db0e42a404e9877b321 /Timeline/Controllers/UserTestController.cs
parent29bd71cd93b03248254f341aff9252374abc74ec (diff)
parentc964cbbb6c8f228bd4c3943025c6107ac4e42a13 (diff)
downloadtimeline-d97185e6152a327f6ef3b1873bfd86f1a3aac3a1.tar.gz
timeline-d97185e6152a327f6ef3b1873bfd86f1a3aac3a1.tar.bz2
timeline-d97185e6152a327f6ef3b1873bfd86f1a3aac3a1.zip
Merge pull request #38 from crupest/null-request-field
Do 3 things.
Diffstat (limited to 'Timeline/Controllers/UserTestController.cs')
-rw-r--r--Timeline/Controllers/UserTestController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/Controllers/UserTestController.cs b/Timeline/Controllers/UserTestController.cs
index f65d9857..2a5f36a1 100644
--- a/Timeline/Controllers/UserTestController.cs
+++ b/Timeline/Controllers/UserTestController.cs
@@ -5,6 +5,7 @@ using Timeline.Authenticate;
namespace Timeline.Controllers
{
[Route("Test/User")]
+ [ApiController]
public class UserTestController : Controller
{
[HttpGet("[action]")]