fix: honor global flag --debug
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
@@ -42,4 +42,6 @@ type Route struct {
|
||||
// Index is this route position in the server's routes list.
|
||||
// It is an output field, its value is ignored as input.
|
||||
Index int `json:"index"`
|
||||
|
||||
Debug bool `json:"debug"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user