many changes
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
|
||||
func RegisterProxy() *laniakea.Plugin[database.Context] {
|
||||
p := laniakea.NewPlugin[database.Context]("Proxy")
|
||||
p.AddCommand(laniakea.NewCommand(getH2Link, "h2link"))
|
||||
p.AddCommand(laniakea.NewCommand(getProxy, "proxy"))
|
||||
p.NewCommand(getH2Link, "h2link")
|
||||
p.NewCommand(getProxy, "proxy")
|
||||
return p
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user