From 8d3a2d87e602dda781751dc84864dd55cd9b3537 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Wed, 19 Jan 2022 14:21:29 +0000 Subject: [PATCH] Break complement to check it fails CI --- clientapi/routing/routing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientapi/routing/routing.go b/clientapi/routing/routing.go index 9263c66b..517861d8 100644 --- a/clientapi/routing/routing.go +++ b/clientapi/routing/routing.go @@ -473,7 +473,7 @@ func Setup( }), ).Methods(http.MethodGet, http.MethodOptions) - r0mux.Handle("/account/password", + r0mux.Handle("/account/passwordaa", httputil.MakeAuthAPI("password", userAPI, func(req *http.Request, device *userapi.Device) util.JSONResponse { if r := rateLimits.Limit(req); r != nil { return *r