diff options
author | crupest <crupest@outlook.com> | 2021-03-06 23:04:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-06 23:04:13 +0800 |
commit | ffdbd6e8a69678462ec08ca894b9f8d7b3fc1516 (patch) | |
tree | 246541d65473634839d5536b1111f7b742f54dab /BackEnd/Timeline/Models/Http | |
parent | 51d0e48890069d81e383aef01e31da0a6d990e7a (diff) | |
parent | 890fef4f276ec44312eb936583adbbf47d7cfe9d (diff) | |
download | timeline-ffdbd6e8a69678462ec08ca894b9f8d7b3fc1516.tar.gz timeline-ffdbd6e8a69678462ec08ca894b9f8d7b3fc1516.tar.bz2 timeline-ffdbd6e8a69678462ec08ca894b9f8d7b3fc1516.zip |
Merge pull request #347 from crupest/markdown
Markdown post auto translate data url.
Diffstat (limited to 'BackEnd/Timeline/Models/Http')
-rw-r--r-- | BackEnd/Timeline/Models/Http/HttpUserPostRequest.cs (renamed from BackEnd/Timeline/Models/Http/HttpCreateUserRequest.cs) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BackEnd/Timeline/Models/Http/HttpCreateUserRequest.cs b/BackEnd/Timeline/Models/Http/HttpUserPostRequest.cs index 7b221f73..c8cc004b 100644 --- a/BackEnd/Timeline/Models/Http/HttpCreateUserRequest.cs +++ b/BackEnd/Timeline/Models/Http/HttpUserPostRequest.cs @@ -5,9 +5,9 @@ using Timeline.Models.Validation; namespace Timeline.Models.Http
{
/// <summary>
- /// Request model for <see cref="UserController.CreateUser(HttpCreateUserRequest)"/>.
+ /// Request model for <see cref="UserController.Post(HttpUserPostRequest)"/>.
/// </summary>
- public class HttpCreateUserRequest
+ public class HttpUserPostRequest
{
/// <summary>
/// Username of the new user.
|