mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 21:02:25 +03:00
code review fixes
This commit is contained in:
parent
17b7677071
commit
8a05a66cd7
9 changed files with 24 additions and 24 deletions
|
@ -376,7 +376,7 @@ func Setup(
|
|||
})).Methods(http.MethodPost)
|
||||
} else {
|
||||
// If msc3861 is enabled, these endpoints are either redundant or replaced by Matrix Auth Service (MAS)
|
||||
// Once we migrate to MAS completely, these edndpoints should be removed
|
||||
// Once we migrate to MAS completely, these endpoints should be removed
|
||||
|
||||
v3mux.Handle("/register", httputil.MakeExternalAPI("register", func(req *http.Request) util.JSONResponse {
|
||||
if r := rateLimits.Limit(req, nil); r != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue