Skip to content
Snippets Groups Projects
Commit 117e1535 authored by Klaus Fischer's avatar Klaus Fischer
Browse files

typofix: reply -> replies

parent f655cb1a
No related branches found
No related tags found
1 merge request!94Epic/1256 bidiko
......@@ -39,7 +39,7 @@ internal class SubmissionService : RestCallService, ISubmissionService {
}
var result = await RestCall<SubmissionCreatedDto>(
isReply ? "/reply" : "/submissions",
isReply ? "/replies" : "/submissions",
HttpMethod.Post,
JsonConvert.SerializeObject(submissionDto));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment