Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	MicrobotApi/Controllers/FileController.cs
  • Loading branch information
chsami committed Dec 10, 2024
2 parents 74ed7e9 + 50545e3 commit de46b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MicrobotApi/Controllers/FileController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ public async Task<IActionResult> Download([FromQuery] string path)

return File(file.Value.Content, "application/octet-stream", Path.GetFileName(HttpUtility.UrlDecode(path)));
}
}
}

0 comments on commit de46b0d

Please sign in to comment.