fix: add init func to s5 api
This commit is contained in:
parent
55f515157d
commit
f7057142eb
|
@ -10,8 +10,9 @@ import (
|
|||
|
||||
func RegisterApis() {
|
||||
registry.Register(registry.APIEntry{
|
||||
Key: "s5",
|
||||
Module: S5Module,
|
||||
Key: "s5",
|
||||
Module: S5Module,
|
||||
InitFunc: InitS5Api,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue