Skip to content

Commit

Permalink
Update FileController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
chsami authored Dec 3, 2024
1 parent 3134254 commit 50545e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MicrobotApi/Controllers/FileController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public async Task<IActionResult> Launcher()
[HttpGet("client")]
public async Task<IActionResult> Client()
{
return Ok("1.6.4.2");
return Ok("1.6.4.3");
}

[HttpGet("html")]
Expand All @@ -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 50545e3

Please sign in to comment.