Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PDSLLabs Public
QMSL
PDFGenerator QMSL
Commits
185357af
Commit
185357af
authored
Jan 08, 2021
by
Sebastian Drenckberg
Browse files
add . to return description
parent
4d45134b
Pipeline
#387337
passed with stage
in 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
pdf-generator/Controllers/EvaluationReportController.cs
View file @
185357af
...
...
@@ -29,7 +29,7 @@ namespace PDFGenerator.Controllers
/// Generates the PDF for an evaluation report.
/// </summary>
/// <param name="evaluationReport">Evaluation report for which the PDF should be rendered.</param>
/// <returns>PDF document as byte array</returns>
/// <returns>PDF document as byte array
.
</returns>
[
HttpPost
(
"RenderReport"
)]
[
RequestSizeLimit
(
100000000
)]
public
byte
[]
RenderReport
([
FromBody
]
PDFGenerator
.
Models
.
EvaluationReport
evaluationReport
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment