mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 13:28:33 +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)
|
||||
{
|
||||
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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user