migrate graph-explorer to the new config scheme

This commit is contained in:
A.Unger
2021-11-05 11:31:35 +01:00
parent ba1635165b
commit 91c766210c
8 changed files with 177 additions and 180 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
)
func main() {
if err := command.Execute(config.New()); err != nil {
if err := command.Execute(config.DefaultConfig()); err != nil {
os.Exit(1)
}
}