Skip to content

Commit

Permalink
Update JobsController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Stoev authored Feb 17, 2020
1 parent 5b20d1c commit 5d4e3a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AJS.Web/Areas/Api/JobsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public async Task<IActionResult> Get()
public async Task<IActionResult> GetById()
{
return new JsonResult("");

}

[HttpGet]
Expand All @@ -55,4 +54,4 @@ public async Task<IActionResult> GetByLastDateSync()
return new JsonResult("");
}
}
}
}

0 comments on commit 5d4e3a5

Please sign in to comment.