change comment for

This commit is contained in:
Jason li 2021-01-12 12:44:18 +08:00
parent 8e2cd8f85f
commit 40d3954f42

View File

@ -421,7 +421,7 @@ func NSRouterGet(rootpath string, f interface{}) LinkNamespace {
}
}
// NSPost call Namespace RouterPost
// NSRouterPost call Namespace RouterPost
func NSRouterPost(rootpath string, f interface{}) LinkNamespace {
return func(ns *Namespace) {
ns.RouterPost(rootpath, f)