Skip to content

Commit

Permalink
Development: Fix comment in FileResource
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Oct 24, 2024
1 parent e5def32 commit ed7a24f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ public ResponseEntity<byte[]> getAttachmentUnitFile(@PathVariable Long courseId,
}

/**
* GET files/attachments/slides/attachment-unit/:attachmentUnitId/slide/:slideNumber : Get the lecture unit attachment slide by slide number
* GET files/attachments/attachment-unit/{attachmentUnitId}/slide/{slideNumber} : Get the lecture unit attachment slide by slide number
*
* @param attachmentUnitId ID of the attachment unit, the attachment belongs to
* @param slideNumber the slideNumber of the file
Expand Down

0 comments on commit ed7a24f

Please sign in to comment.