add wisski_php_server

This commit is contained in:
Tom Wiesing 2022-10-16 11:32:03 +02:00
parent 45af2cc95b
commit c258b46443
No known key found for this signature in database
11 changed files with 411 additions and 183 deletions

View file

@ -36,7 +36,7 @@ func (p prefixes) Run(context wisski_distillery.Context) error {
return err
}
prefixes, err := instance.Prefixes()
prefixes, err := instance.Prefixes(nil)
if err != nil {
return errPrefixesGeneric.Wrap(err)
}