From 6ccb60e04c0b0fe8c1bbc16e76d0798f72094c4f Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 3 Feb 2017 14:19:30 +0200 Subject: [PATCH] add empty bus stop --- src/Maps/Controllers/BusStopController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Maps/Controllers/BusStopController.cs b/src/Maps/Controllers/BusStopController.cs index d637c4b..226881f 100755 --- a/src/Maps/Controllers/BusStopController.cs +++ b/src/Maps/Controllers/BusStopController.cs @@ -110,7 +110,7 @@ namespace Maps.Controllers // more details see http://go.microsoft.com/fwlink/?LinkId=317598. [HttpPost] [ValidateAntiForgeryToken] - public async Task Create(BusStopEditDsM busStop) + public async Task 1Create(BusStopEditDsM busStop) { if (ModelState.IsValid) { -- libgit2 0.21.4