mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Break complement to check it fails CI
This commit is contained in:
parent
46ad704d65
commit
8d3a2d87e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue