This commit is contained in:
@@ -126,7 +126,7 @@ namespace TechHelper.Client.Services
|
||||
public async Task<ApiResponse> GetExam(Guid guid)
|
||||
{
|
||||
|
||||
var response = await _client.GetAsync($"exam/get?id={guid}");
|
||||
var response = await _client.GetAsync($"exam/{guid}");
|
||||
if (response.IsSuccessStatusCode)
|
||||
{
|
||||
var content = await response.Content.ReadAsStringAsync();
|
||||
|
Reference in New Issue
Block a user