Commit 6ccb60e04c0b0fe8c1bbc16e76d0798f72094c4f

Authored by Administrator
1 parent f3c6234d

add empty bus stop

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/Maps/Controllers/BusStopController.cs
... ... @@ -110,7 +110,7 @@ namespace Maps.Controllers
110 110 // more details see http://go.microsoft.com/fwlink/?LinkId=317598.
111 111 [HttpPost]
112 112 [ValidateAntiForgeryToken]
113   - public async Task<IActionResult> Create(BusStopEditDsM busStop)
  113 + public async Task<IActionResult> 1Create(BusStopEditDsM busStop)
114 114 {
115 115 if (ModelState.IsValid)
116 116 {
... ...