|
@@ -56,7 +56,7 @@ namespace GxPress.Api.AdminControllers
|
|
/// </summary>
|
|
/// </summary>
|
|
/// <param name="id"></param>
|
|
/// <param name="id"></param>
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
- [HttpDelete]
|
|
|
|
|
|
+ [HttpDelete("{id}")]
|
|
public async Task<bool> DeleteAsync(int id)
|
|
public async Task<bool> DeleteAsync(int id)
|
|
{
|
|
{
|
|
return await specialLabelRepository.DeleteAsync(id);
|
|
return await specialLabelRepository.DeleteAsync(id);
|