Correct authorization issue with city controller
This commit is contained in:
@@ -28,6 +28,7 @@ namespace MileageTraker.Web.Controllers
|
||||
}
|
||||
|
||||
[HttpPost]
|
||||
[ActionLog]
|
||||
public ActionResult Index(CreateLogViewModel model)
|
||||
{
|
||||
if (ModelState.IsValid)
|
||||
|
||||
Reference in New Issue
Block a user