mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Merge branch 'development'
This commit is contained in:
commit
9438bba386
@ -84,7 +84,7 @@ public class WorkshopService : IWorkshopService
|
|||||||
public async Task DeleteEntryImage(Guid id, CancellationToken cancellationToken)
|
public async Task DeleteEntryImage(Guid id, CancellationToken cancellationToken)
|
||||||
{
|
{
|
||||||
HttpClient client = _httpClientFactory.CreateClient(WorkshopConstants.WORKSHOP_CLIENT_NAME);
|
HttpClient client = _httpClientFactory.CreateClient(WorkshopConstants.WORKSHOP_CLIENT_NAME);
|
||||||
HttpResponseMessage response = await client.DeleteAsync($"images/{id}", cancellationToken);
|
HttpResponseMessage response = await client.DeleteAsync($"images/manage/{id}", cancellationToken);
|
||||||
response.EnsureSuccessStatusCode();
|
response.EnsureSuccessStatusCode();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user