Skip to content

Commit

Permalink
these also
Browse files Browse the repository at this point in the history
  • Loading branch information
mlapaglia committed Jan 29, 2024
1 parent 5e956f2 commit 19355e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ private async Task<string> CreateSampleImageUrlAsync(
return null;
}

return Flurl.Url.Combine($"/images/{camera.LatestProcessedPlateUuid}");
return Flurl.Url.Combine($"/api/images/{camera.LatestProcessedPlateUuid}");
}
else
{
return Flurl.Url.Combine($"/images/{camera.Id}/snapshot");
return Flurl.Url.Combine($"/api/images/{camera.Id}/snapshot");
}
}

Expand Down

0 comments on commit 19355e4

Please sign in to comment.