changeset 1051:137a8144e581

Typo fix.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 25 Oct 2018 11:31:37 +0200
parents 146245d2198f
children e3f3e645792b
files pkg/controllers/routes.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/controllers/routes.go	Thu Oct 25 11:30:14 2018 +0200
+++ b/pkg/controllers/routes.go	Thu Oct 25 11:31:37 2018 +0200
@@ -139,7 +139,7 @@
 	})).Methods(http.MethodGet)
 
 	// Bottlenecks
-	api.Handle("/bottlencks", any(&JSONHandler{
+	api.Handle("/bottlenecks", any(&JSONHandler{
 		Handle: listBottlenecks,
 	})).Methods(http.MethodGet)