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