We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995b474 commit 44c4dd0Copy full SHA for 44c4dd0
1 file changed
Blog.Core/Controllers/TopicDetailController.cs
@@ -114,7 +114,7 @@ public async Task<MessageModel<string>> Post([FromBody] TopicDetail topicDetail)
114
[HttpPut]
115
[Route("update")]
116
[AllowAnonymous]
117
- public async Task<MessageModel<string>> Put(int id, [FromBody] TopicDetail topicDetail)
+ public async Task<MessageModel<string>> Put([FromBody] TopicDetail topicDetail)
118
{
119
var data = new MessageModel<string>();
120
if (topicDetail != null && topicDetail.Id > 0)
0 commit comments