mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-11 17:18:28 +02:00
Fix comments typo
This commit is contained in:
parent
bd23dc1f18
commit
316424f0f7
@ -164,8 +164,8 @@ func (h authHandler) NamespaceFromRequest(req *http.Request) string {
|
||||
return auth.DefaultNamespace
|
||||
}
|
||||
|
||||
// check to see if the domain matches the host of micr.mu, in
|
||||
// these casees we return the default namespace
|
||||
// check to see if the domain matches the host of micro.mu, in
|
||||
// these cases we return the default namespace
|
||||
if domain == host || domain == "micro.mu" {
|
||||
return auth.DefaultNamespace
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user