[TASK] remove unused code
This commit is contained in:
parent
cf2d2c3209
commit
ba95194dec
|
@ -21,12 +21,7 @@ type Config struct {
|
|||
Bind string `toml:"bind"`
|
||||
Webroot string `toml:"webroot"`
|
||||
}
|
||||
Nodes NodesConfig
|
||||
Meshviewer struct {
|
||||
Version int `toml:"version"`
|
||||
NodesPath string `toml:"nodes_path"`
|
||||
GraphPath string `toml:"graph_path"`
|
||||
}
|
||||
Nodes NodesConfig
|
||||
Database DatabaseConfig
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue